#D2D776

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

Shades of Goldenrod #D2D776

Tints of Goldenrod #D2D776

Color information

#D2D776 (or 0xD2D776) is unknown color: approx Goldenrod. HEX triplet: D2, D7 and 76. RGB value is (210,215,118). Sum of RGB (Red+Green+Blue) = 210+215+118=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D776 is #2D2889. Grayscale: #CACACA. Windows color (decimal): -2959498 or 7788498. OLE color: 7788498.

HSL color Cylindrical-coordinate representation of color #D2D776: hue angle of 63.09º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D776 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB210215118-
CMYK0.0200.450.16
HSL63.09º54.8%65.29%-
HSV(B)63.09º45.12%84.31%-
XYZ54.1563.6126.56-
YUV202.4580.34133.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 118 (46.48% from 255) = 21.73%
R=38.67%
G=39.59%
B=21.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102151180.0200.450.1663.0954.865.29
HexD2D776202D103f3741
Octal3223271662055207767101
Binary11010010110101111110110100101101100001111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D776; }

 p { color: rgb(210,215,118); }

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

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

 a { background-color: rgb(210,215,118); }

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

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

 span { border-color: rgb(210,215,118); }

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