#D7D978

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

Shades of Goldenrod #D7D978

Tints of Goldenrod #D7D978

Color information

#D7D978 (or 0xD7D978) is unknown color: approx Goldenrod. HEX triplet: D7, D9 and 78. RGB value is (215,217,120). Sum of RGB (Red+Green+Blue) = 215+217+120=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #D7D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D978 is #282687. Grayscale: #CDCDCD. Windows color (decimal): -2631304 or 7920087. OLE color: 7920087.

HSL color Cylindrical-coordinate representation of color #D7D978: hue angle of 61.24º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D7D978 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB215217120-
CMYK0.0100.450.15
HSL61.24º56.07%66.08%-
HSV(B)61.24º44.7%85.1%-
XYZ56.2365.4327.43-
YUV205.3479.84134.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 217 (85.16% from 255) = 39.31%
BLUE value IS 120 (47.27% from 255) = 21.74%
R=38.95%
G=39.31%
B=21.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152171200.0100.450.1561.2456.0766.08
HexD7D978102DF3d3842
Octal3273311701055177570102
Binary110101111101100111110001010110111111111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D978; }

 p { color: rgb(215,217,120); }

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

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

 a { background-color: rgb(215,217,120); }

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

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

 span { border-color: rgb(215,217,120); }

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