#D0C94F

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

Shades of Confetti #D0C94F

Tints of Confetti #D0C94F

Color information

#D0C94F (or 0xD0C94F) is unknown color: approx Confetti. HEX triplet: D0, C9 and 4F. RGB value is (208,201,79). Sum of RGB (Red+Green+Blue) = 208+201+79=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C94F is #2F36B0. Grayscale: #BDBDBD. Windows color (decimal): -3094193 or 5229008. OLE color: 5229008.

HSL color Cylindrical-coordinate representation of color #D0C94F: hue angle of 56.74º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0C94F is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB20820179-
CMYK00.030.620.18
HSL56.74º57.85%56.27%-
HSV(B)56.74º62.02%81.57%-
XYZ48.3155.7515.61-
YUV189.1865.82141.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.62%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 79 (31.25% from 255) = 16.19%
R=42.62%
G=41.19%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082017900.030.620.1856.7457.8556.27
HexD0C94F033E12393a38
Octal320311117037622717270
Binary1101000011001001100111101111111010010111001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C94F; }

 p { color: rgb(208,201,79); }

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

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

 a { background-color: rgb(208,201,79); }

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

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

 span { border-color: rgb(208,201,79); }

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