#D5C57D

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

Shades of Winter Hazel #D5C57D

Tints of Winter Hazel #D5C57D

Color information

#D5C57D (or 0xD5C57D) is unknown color: approx Winter Hazel. HEX triplet: D5, C5 and 7D. RGB value is (213,197,125). Sum of RGB (Red+Green+Blue) = 213+197+125=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C57D is #2A3A82. Grayscale: #C1C1C1. Windows color (decimal): -2767491 or 8242645. OLE color: 8242645.

HSL color Cylindrical-coordinate representation of color #D5C57D: hue angle of 49.09º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5C57D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB213197125-
CMYK00.080.410.16
HSL49.09º51.16%66.27%-
HSV(B)49.09º41.31%83.53%-
XYZ51.1155.5627.43-
YUV193.5889.3141.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 125 (49.22% from 255) = 23.36%
R=39.81%
G=36.82%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319712500.080.410.1649.0951.1666.27
HexD5C57D082910313342
Octal32530517501051206163102
Binary1101010111000101111110101000101001100001100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C57D; }

 p { color: rgb(213,197,125); }

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

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

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

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

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

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

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