#D5D56C

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

Shades of Goldenrod #D5D56C

Tints of Goldenrod #D5D56C

Color information

#D5D56C (or 0xD5D56C) is unknown color: approx Goldenrod. HEX triplet: D5, D5 and 6C. RGB value is (213,213,108). Sum of RGB (Red+Green+Blue) = 213+213+108=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D56C is #2A2A93. Grayscale: #C9C9C9. Windows color (decimal): -2763412 or 7132629. OLE color: 7132629.

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

Color convert

RGB213213108-
CMYK000.490.16
HSL60º55.56%62.94%-
HSV(B)60º49.3%83.53%-
XYZ53.9462.8223.47-
YUV201.0375.5136.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 108 (42.58% from 255) = 20.22%
R=39.89%
G=39.89%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213108000.490.166055.5662.94
HexD5D56C0031103c383f
Octal325325154006120747077
Binary110101011101010111011000011000110000111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D56C; }

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

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

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

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

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

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

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

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