#D4D576

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

Shades of Goldenrod #D4D576

Tints of Goldenrod #D4D576

Color information

#D4D576 (or 0xD4D576) is unknown color: approx Goldenrod. HEX triplet: D4, D5 and 76. RGB value is (212,213,118). Sum of RGB (Red+Green+Blue) = 212+213+118=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D576 is #2B2A89. Grayscale: #CACACA. Windows color (decimal): -2828938 or 7787988. OLE color: 7787988.

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

Color convert

RGB212213118-
CMYK0.0000.450.16
HSL60.63º53.07%64.9%-
HSV(B)60.63º44.6%83.53%-
XYZ54.2262.8926.42-
YUV201.8780.67135.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 118 (46.48% from 255) = 21.73%
R=39.04%
G=39.23%
B=21.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131180.0000.450.1660.6353.0764.9
HexD4D576002D103d3541
Octal3243251660055207565101
Binary1101010011010101111011000101101100001111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D576; }

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

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

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

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

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

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

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

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