#D6DC76

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

Shades of Goldenrod #D6DC76

Tints of Goldenrod #D6DC76

Color information

#D6DC76 (or 0xD6DC76) is unknown color: approx Goldenrod. HEX triplet: D6, DC and 76. RGB value is (214,220,118). Sum of RGB (Red+Green+Blue) = 214+220+118=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DC76 is #292389. Grayscale: #CECECE. Windows color (decimal): -2696074 or 7789782. OLE color: 7789782.

HSL color Cylindrical-coordinate representation of color #D6DC76: hue angle of 63.53º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6DC76 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB214220118-
CMYK0.0300.460.14
HSL63.53º59.3%66.27%-
HSV(B)63.53º46.36%86.27%-
XYZ56.5966.7927.05-
YUV206.5878.01133.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 220 (86.33% from 255) = 39.86%
BLUE value IS 118 (46.48% from 255) = 21.38%
R=38.77%
G=39.86%
B=21.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201180.0300.460.1463.5359.366.27
HexD6DC76302EE403b42
Octal32633416630561610073102
Binary11010110110111001110110110101110111010000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC76; }

 p { color: rgb(214,220,118); }

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

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

 a { background-color: rgb(214,220,118); }

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

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

 span { border-color: rgb(214,220,118); }

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