#D1D576

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

Shades of Goldenrod #D1D576

Tints of Goldenrod #D1D576

Color information

#D1D576 (or 0xD1D576) is unknown color: approx Goldenrod. HEX triplet: D1, D5 and 76. RGB value is (209,213,118). Sum of RGB (Red+Green+Blue) = 209+213+118=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 118 (46.48% from 255 or 21.85% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D576 is #2E2A89. Grayscale: #C9C9C9. Windows color (decimal): -3025546 or 7787985. OLE color: 7787985.

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

Color convert

RGB209213118-
CMYK0.0200.450.16
HSL62.53º53.07%64.9%-
HSV(B)62.53º44.6%83.53%-
XYZ53.3662.4526.38-
YUV200.9781.17133.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 118 (46.48% from 255) = 21.85%
R=38.70%
G=39.44%
B=21.85%

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
Decimal2092131180.0200.450.1662.5353.0764.9
HexD1D576202D103f3541
Octal3213251662055207765101
Binary11010001110101011110110100101101100001111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D576; }

 p { color: rgb(209,213,118); }

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

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

 a { background-color: rgb(209,213,118); }

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

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

 span { border-color: rgb(209,213,118); }

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