#D2C27B

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

Shades of Winter Hazel #D2C27B

Tints of Winter Hazel #D2C27B

Color information

#D2C27B (or 0xD2C27B) is unknown color: approx Winter Hazel. HEX triplet: D2, C2 and 7B. RGB value is (210,194,123). Sum of RGB (Red+Green+Blue) = 210+194+123=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C27B is #2D3D84. Grayscale: #BEBEBE. Windows color (decimal): -2964869 or 8110802. OLE color: 8110802.

HSL color Cylindrical-coordinate representation of color #D2C27B: hue angle of 48.97º 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 #D2C27B is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB210194123-
CMYK00.080.410.18
HSL48.97º49.15%65.29%-
HSV(B)48.97º41.43%82.35%-
XYZ49.4553.7226.5-
YUV190.6989.8141.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=39.85%
G=36.81%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019412300.080.410.1848.9749.1565.29
HexD2C27B082912313141
Octal32230217301051226161101
Binary1101001011000010111101101000101001100101100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C27B; }

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

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

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

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

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

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

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

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