#D4C07A

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

Shades of Winter Hazel #D4C07A

Tints of Winter Hazel #D4C07A

Color information

#D4C07A (or 0xD4C07A) is unknown color: approx Winter Hazel. HEX triplet: D4, C0 and 7A. RGB value is (212,192,122). Sum of RGB (Red+Green+Blue) = 212+192+122=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C07A is #2B3F85. Grayscale: #BEBEBE. Windows color (decimal): -2834310 or 8044756. OLE color: 8044756.

HSL color Cylindrical-coordinate representation of color #D4C07A: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4C07A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212192122-
CMYK00.090.420.17
HSL46.67º51.14%65.49%-
HSV(B)46.67º42.45%83.14%-
XYZ49.5153.126.05-
YUV19089.63143.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.30%
GREEN value IS 192 (75.39% from 255) = 36.50%
BLUE value IS 122 (48.05% from 255) = 23.19%
R=40.30%
G=36.50%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219212200.090.420.1746.6751.1465.49
HexD4C07A092A112f3341
Octal32430017201152215763101
Binary1101010011000000111101001001101010100011011111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C07A; }

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

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

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

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

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

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

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

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