#D2D777

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

Shades of Goldenrod #D2D777

Tints of Goldenrod #D2D777

Color information

#D2D777 (or 0xD2D777) is unknown color: approx Goldenrod. HEX triplet: D2, D7 and 77. RGB value is (210,215,119). Sum of RGB (Red+Green+Blue) = 210+215+119=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 119 (46.88% from 255 or 21.88% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D777 is #2D2888. Grayscale: #CACACA. Windows color (decimal): -2959497 or 7854034. OLE color: 7854034.

HSL color Cylindrical-coordinate representation of color #D2D777: hue angle of 63.12º 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 #D2D777 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB210215119-
CMYK0.0200.450.16
HSL63.12º54.55%65.49%-
HSV(B)63.12º44.65%84.31%-
XYZ54.2163.6326.88-
YUV202.5680.84133.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 119 (46.88% from 255) = 21.88%
R=38.60%
G=39.52%
B=21.88%

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
Decimal2102151190.0200.450.1663.1254.5565.49
HexD2D777202D103f3741
Octal3223271672055207767101
Binary11010010110101111110111100101101100001111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D777; }

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

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

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

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

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

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

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

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