#D4D172

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

Shades of Goldenrod #D4D172

Tints of Goldenrod #D4D172

Color information

#D4D172 (or 0xD4D172) is unknown color: approx Goldenrod. HEX triplet: D4, D1 and 72. RGB value is (212,209,114). Sum of RGB (Red+Green+Blue) = 212+209+114=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D172 is #2B2E8D. Grayscale: #C7C7C7. Windows color (decimal): -2829966 or 7524820. OLE color: 7524820.

HSL color Cylindrical-coordinate representation of color #D4D172: hue angle of 58.16º 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 #D4D172 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212209114-
CMYK00.010.460.17
HSL58.16º53.26%63.92%-
HSV(B)58.16º46.23%83.14%-
XYZ52.9960.8124.86-
YUV199.0779.99137.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 114 (44.92% from 255) = 21.31%
R=39.63%
G=39.07%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220911400.010.460.1758.1653.2663.92
HexD4D172012E113a3540
Octal3243211620156217265100
Binary1101010011010001111001001101110100011110101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D172; }

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

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

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

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

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

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

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

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