#D2C47B

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

Shades of Winter Hazel #D2C47B

Tints of Winter Hazel #D2C47B

Color information

#D2C47B (or 0xD2C47B) is unknown color: approx Winter Hazel. HEX triplet: D2, C4 and 7B. RGB value is (210,196,123). Sum of RGB (Red+Green+Blue) = 210+196+123=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C47B is #2D3B84. Grayscale: #C0C0C0. Windows color (decimal): -2964357 or 8111314. OLE color: 8111314.

HSL color Cylindrical-coordinate representation of color #D2C47B: hue angle of 50.34º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2C47B is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210196123-
CMYK00.070.410.18
HSL50.34º49.15%65.29%-
HSV(B)50.34º41.43%82.35%-
XYZ49.8954.6126.65-
YUV191.8689.14140.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=39.70%
G=37.05%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019612300.070.410.1850.3449.1565.29
HexD2C47B072912323141
Octal3223041730751226261101
Binary110100101100010011110110111101001100101100101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C47B; }

 p { color: rgb(210,196,123); }

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

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

 a { background-color: rgb(210,196,123); }

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

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

 span { border-color: rgb(210,196,123); }

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