#D5C58B

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

Shades of Winter Hazel #D5C58B

Tints of Winter Hazel #D5C58B

Color information

#D5C58B (or 0xD5C58B) is unknown color: approx Winter Hazel. HEX triplet: D5, C5 and 8B. RGB value is (213,197,139). Sum of RGB (Red+Green+Blue) = 213+197+139=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C58B is #2A3A74. Grayscale: #C3C3C3. Windows color (decimal): -2767477 or 9160149. OLE color: 9160149.

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

Color convert

RGB213197139-
CMYK00.080.350.16
HSL47.03º46.84%69.02%-
HSV(B)47.03º34.74%83.53%-
XYZ52.0755.9432.48-
YUV195.1796.3140.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 139 (54.69% from 255) = 25.32%
R=38.80%
G=35.88%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319713900.080.350.1647.0346.8469.02
HexD5C58B0823102f2f45
Octal32530521301043205757105
Binary11010101110001011000101101000100011100001011111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C58B; }

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

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

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

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

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

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

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

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