#D8BF4E

Color #D8BF4E Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D8BF4E

Tints of Confetti #D8BF4E

Color information

#D8BF4E (or 0xD8BF4E) is unknown color: approx Confetti. HEX triplet: D8, BF and 4E. RGB value is (216,191,78). Sum of RGB (Red+Green+Blue) = 216+191+78=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BF4E is #2740B1. Grayscale: #BABABA. Windows color (decimal): -2572466 or 5160920. OLE color: 5160920.

HSL color Cylindrical-coordinate representation of color #D8BF4E: hue angle of 49.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8BF4E is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB21619178-
CMYK00.120.640.15
HSL49.13º63.89%57.65%-
HSV(B)49.13º63.89%84.71%-
XYZ48.3252.4114.78-
YUV185.5967.28149.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 78 (30.86% from 255) = 16.08%
R=44.54%
G=39.38%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161917800.120.640.1549.1363.8957.65
HexD8BF4E0C40F31403a
Octal330277116014100176110072
Binary1101100010111111100111001100100000011111100011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BF4E; }

 p { color: rgb(216,191,78); }

 H1.HeaderClassName
 {
   color: #D8BF4E;
 }
 .AnyTagClassName
 {
   color: #D8BF4E;
 }
</style>
background-color css

<style>
 a { background-color: #D8BF4E; }

 a { background-color: rgb(216,191,78); }

 div.DivClassName
 {
   background-color: #D8BF4E;
 }
 .BgClassName
 {
   background-color: #D8BF4E;
 }
</style>
border-color css

<style>
 span { border-color: #D8BF4E; }

 span { border-color: rgb(216,191,78); }

 td.TdClassName
 {
   border-color: #D8BF4E;
 }
 .TagClassName
 {
   border-color: #D8BF4E;
 }
</style>