#D5D36C

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

Shades of Goldenrod #D5D36C

Tints of Goldenrod #D5D36C

Color information

#D5D36C (or 0xD5D36C) is unknown color: approx Goldenrod. HEX triplet: D5, D3 and 6C. RGB value is (213,211,108). Sum of RGB (Red+Green+Blue) = 213+211+108=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D36C is #2A2C93. Grayscale: #C8C8C8. Windows color (decimal): -2763924 or 7132117. OLE color: 7132117.

HSL color Cylindrical-coordinate representation of color #D5D36C: hue angle of 58.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5D36C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213211108-
CMYK00.010.490.16
HSL58.86º55.56%62.94%-
HSV(B)58.86º49.3%83.53%-
XYZ53.4461.8223.3-
YUV199.8676.16137.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 211 (82.81% from 255) = 39.66%
BLUE value IS 108 (42.58% from 255) = 20.30%
R=40.04%
G=39.66%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321110800.010.490.1658.8655.5662.94
HexD5D36C0131103b383f
Octal325323154016120737077
Binary110101011101001111011000111000110000111011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D36C; }

 p { color: rgb(213,211,108); }

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

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

 a { background-color: rgb(213,211,108); }

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

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

 span { border-color: rgb(213,211,108); }

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