#D5C378

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

Shades of Winter Hazel #D5C378

Tints of Winter Hazel #D5C378

Color information

#D5C378 (or 0xD5C378) is unknown color: approx Winter Hazel. HEX triplet: D5, C3 and 78. RGB value is (213,195,120). Sum of RGB (Red+Green+Blue) = 213+195+120=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C378 is #2A3C87. Grayscale: #C0C0C0. Windows color (decimal): -2768008 or 7914453. OLE color: 7914453.

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

Color convert

RGB213195120-
CMYK00.080.440.16
HSL48.39º52.54%65.29%-
HSV(B)48.39º43.66%83.53%-
XYZ50.3554.5325.64-
YUV191.8387.46143.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 120 (47.27% from 255) = 22.73%
R=40.34%
G=36.93%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319512000.080.440.1648.3952.5465.29
HexD5C378082C10303541
Octal32530317001054206065101
Binary1101010111000011111100001000101100100001100001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C378; }

 p { color: rgb(213,195,120); }

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

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

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

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

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

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

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