#D4D472

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

Shades of Goldenrod #D4D472

Tints of Goldenrod #D4D472

Color information

#D4D472 (or 0xD4D472) is unknown color: approx Goldenrod. HEX triplet: D4, D4 and 72. RGB value is (212,212,114). Sum of RGB (Red+Green+Blue) = 212+212+114=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D472 is #2B2B8D. Grayscale: #C9C9C9. Windows color (decimal): -2829198 or 7525588. OLE color: 7525588.

HSL color Cylindrical-coordinate representation of color #D4D472: hue angle of 60º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4D472 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212212114-
CMYK000.460.17
HSL60º53.26%63.92%-
HSV(B)60º46.23%83.14%-
XYZ53.7362.325.11-
YUV200.8379135.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.41%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 114 (44.92% from 255) = 21.19%
R=39.41%
G=39.41%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212212114000.460.176053.2663.92
HexD4D472002E113c3540
Octal3243241620056217465100
Binary1101010011010100111001000101110100011111001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D472; }

 p { color: rgb(212,212,114); }

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

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

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

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

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

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

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