#D5C07A

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

Shades of Winter Hazel #D5C07A

Tints of Winter Hazel #D5C07A

Color information

#D5C07A (or 0xD5C07A) is unknown color: approx Winter Hazel. HEX triplet: D5, C0 and 7A. RGB value is (213,192,122). Sum of RGB (Red+Green+Blue) = 213+192+122=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C07A is #2A3F85. Grayscale: #BEBEBE. Windows color (decimal): -2768774 or 8044757. OLE color: 8044757.

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

Color convert

RGB213192122-
CMYK00.100.430.16
HSL46.15º52%65.69%-
HSV(B)46.15º42.72%83.53%-
XYZ49.853.2526.07-
YUV190.389.46144.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 192 (75.39% from 255) = 36.43%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=40.42%
G=36.43%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319212200.100.430.1646.155265.69
HexD5C07A0A2B102e3442
Octal32530017201253205664102
Binary1101010111000000111101001010101011100001011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C07A; }

 p { color: rgb(213,192,122); }

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

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

 a { background-color: rgb(213,192,122); }

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

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

 span { border-color: rgb(213,192,122); }

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