#D0D776

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

Shades of Goldenrod #D0D776

Tints of Goldenrod #D0D776

Color information

#D0D776 (or 0xD0D776) is unknown color: approx Goldenrod. HEX triplet: D0, D7 and 76. RGB value is (208,215,118). Sum of RGB (Red+Green+Blue) = 208+215+118=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D776 is #2F2889. Grayscale: #CACACA. Windows color (decimal): -3090570 or 7788496. OLE color: 7788496.

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

Color convert

RGB208215118-
CMYK0.0300.450.16
HSL64.33º54.8%65.29%-
HSV(B)64.33º45.12%84.31%-
XYZ53.5863.3226.54-
YUV201.8580.68132.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 215 (84.38% from 255) = 39.74%
BLUE value IS 118 (46.48% from 255) = 21.81%
R=38.45%
G=39.74%
B=21.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082151180.0300.450.1664.3354.865.29
HexD0D776302D10403741
Octal32032716630552010067101
Binary110100001101011111101101101011011000010000001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D776; }

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

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

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

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

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

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

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

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