#D4D36A

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

Shades of Goldenrod #D4D36A

Tints of Goldenrod #D4D36A

Color information

#D4D36A (or 0xD4D36A) is unknown color: approx Goldenrod. HEX triplet: D4, D3 and 6A. RGB value is (212,211,106). Sum of RGB (Red+Green+Blue) = 212+211+106=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D36A is #2B2C95. Grayscale: #C7C7C7. Windows color (decimal): -2829462 or 7001044. OLE color: 7001044.

HSL color Cylindrical-coordinate representation of color #D4D36A: hue angle of 59.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4D36A is Cyan = 0, Magento = 0.00, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB212211106-
CMYK00.000.50.17
HSL59.43º55.21%62.35%-
HSV(B)59.43º50%83.14%-
XYZ53.0561.6322.73-
YUV199.3375.33137.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 106 (41.80% from 255) = 20.04%
R=40.08%
G=39.89%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221110600.000.50.1759.4355.2162.35
HexD4D36A0032113b373e
Octal324323152006221736776
Binary110101001101001111010100011001010001111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D36A; }

 p { color: rgb(212,211,106); }

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

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

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

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

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

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

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