#D3CA8B

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

Shades of Winter Hazel #D3CA8B

Tints of Winter Hazel #D3CA8B

Color information

#D3CA8B (or 0xD3CA8B) is unknown color: approx Winter Hazel. HEX triplet: D3, CA and 8B. RGB value is (211,202,139). Sum of RGB (Red+Green+Blue) = 211+202+139=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3CA8B is #2C3574. Grayscale: #C5C5C5. Windows color (decimal): -2897269 or 9161427. OLE color: 9161427.

HSL color Cylindrical-coordinate representation of color #D3CA8B: hue angle of 52.5º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D3CA8B is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB211202139-
CMYK00.040.340.17
HSL52.5º45%68.63%-
HSV(B)52.5º34.12%82.75%-
XYZ52.6457.9532.84-
YUV197.5194.98137.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 139 (54.69% from 255) = 25.18%
R=38.22%
G=36.59%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120213900.040.340.1752.54568.63
HexD3CA8B042211342d45
Octal3233122130442216455105
Binary1101001111001010100010110100100010100011101001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CA8B; }

 p { color: rgb(211,202,139); }

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

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

 a { background-color: rgb(211,202,139); }

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

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

 span { border-color: rgb(211,202,139); }

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