#D5C78E

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

Shades of Winter Hazel #D5C78E

Tints of Winter Hazel #D5C78E

Color information

#D5C78E (or 0xD5C78E) is unknown color: approx Winter Hazel. HEX triplet: D5, C7 and 8E. RGB value is (213,199,142). Sum of RGB (Red+Green+Blue) = 213+199+142=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 199 (78.12% from 255 or 35.92% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C78E is #2A3871. Grayscale: #C4C4C4. Windows color (decimal): -2766962 or 9357269. OLE color: 9357269.

HSL color Cylindrical-coordinate representation of color #D5C78E: hue angle of 48.17º degrees, saturation: 0.46, 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 #D5C78E is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213199142-
CMYK00.070.330.16
HSL48.17º45.81%69.61%-
HSV(B)48.17º33.33%83.53%-
XYZ52.7556.9533.8-
YUV196.6997.14139.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 199 (78.12% from 255) = 35.92%
BLUE value IS 142 (55.86% from 255) = 25.63%
R=38.45%
G=35.92%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319914200.070.330.1648.1745.8169.61
HexD5C78E072110302e46
Octal3253072160741206056106
Binary1101010111000111100011100111100001100001100001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C78E; }

 p { color: rgb(213,199,142); }

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

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

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

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

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

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

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