#D5C58F

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

Shades of Winter Hazel #D5C58F

Tints of Winter Hazel #D5C58F

Color information

#D5C58F (or 0xD5C58F) is unknown color: approx Winter Hazel. HEX triplet: D5, C5 and 8F. RGB value is (213,197,143). Sum of RGB (Red+Green+Blue) = 213+197+143=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 143 (56.25% from 255 or 25.86% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C58F is #2A3A70. Grayscale: #C3C3C3. Windows color (decimal): -2767473 or 9422293. OLE color: 9422293.

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

Color convert

RGB213197143-
CMYK00.080.330.16
HSL46.29º45.45%69.8%-
HSV(B)46.29º32.86%83.53%-
XYZ52.3656.0634.05-
YUV195.6398.3140.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 143 (56.25% from 255) = 25.86%
R=38.52%
G=35.62%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319714300.080.330.1646.2945.4569.8
HexD5C58F0821102e2d46
Octal32530521701041205655106
Binary11010101110001011000111101000100001100001011101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C58F; }

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

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

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

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

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

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

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

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