#D4D977

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

Shades of Goldenrod #D4D977

Tints of Goldenrod #D4D977

Color information

#D4D977 (or 0xD4D977) is unknown color: approx Goldenrod. HEX triplet: D4, D9 and 77. RGB value is (212,217,119). Sum of RGB (Red+Green+Blue) = 212+217+119=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D977 is #2B2688. Grayscale: #CCCCCC. Windows color (decimal): -2827913 or 7854548. OLE color: 7854548.

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

Color convert

RGB212217119-
CMYK0.0200.450.15
HSL63.06º56.32%65.88%-
HSV(B)63.06º45.16%85.1%-
XYZ55.2964.9527.08-
YUV204.3379.84133.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 217 (85.16% from 255) = 39.60%
BLUE value IS 119 (46.88% from 255) = 21.72%
R=38.69%
G=39.60%
B=21.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122171190.0200.450.1563.0656.3265.88
HexD4D977202DF3f3842
Octal3243311672055177770102
Binary1101010011011001111011110010110111111111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D977; }

 p { color: rgb(212,217,119); }

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

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

 a { background-color: rgb(212,217,119); }

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

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

 span { border-color: rgb(212,217,119); }

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