#D8C94B

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

Shades of Confetti #D8C94B

Tints of Confetti #D8C94B

Color information

#D8C94B (or 0xD8C94B) is unknown color: approx Confetti. HEX triplet: D8, C9 and 4B. RGB value is (216,201,75). Sum of RGB (Red+Green+Blue) = 216+201+75=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C94B is #2736B4. Grayscale: #BFBFBF. Windows color (decimal): -2569909 or 4966872. OLE color: 4966872.

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

Color convert

RGB21620175-
CMYK00.070.650.15
HSL53.62º64.38%57.06%-
HSV(B)53.62º65.28%84.71%-
XYZ50.4856.8814.98-
YUV191.1262.47145.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.90%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 75 (29.69% from 255) = 15.24%
R=43.90%
G=40.85%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162017500.070.650.1553.6264.3857.06
HexD8C94B0741F364039
Octal33031111307101176610071
Binary110110001100100110010110111100000111111101101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C94B; }

 p { color: rgb(216,201,75); }

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

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

 a { background-color: rgb(216,201,75); }

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

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

 span { border-color: rgb(216,201,75); }

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