#DCB79C

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

Shades of Cashmere #DCB79C

Tints of Cashmere #DCB79C

Color information

#DCB79C (or 0xDCB79C) is unknown color: approx Cashmere. HEX triplet: DC, B7 and 9C. RGB value is (220,183,156). Sum of RGB (Red+Green+Blue) = 220+183+156=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 183 (71.88% from 255 or 32.74% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB79C is #234863. Grayscale: #BFBFBF. Windows color (decimal): -2312292 or 10270684. OLE color: 10270684.

HSL color Cylindrical-coordinate representation of color #DCB79C: hue angle of 25.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB79C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220183156-
CMYK00.170.290.14
HSL25.31º47.76%73.73%-
HSV(B)25.31º29.09%86.27%-
XYZ52.4551.4838.63-
YUV190.98108.26148.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 183 (71.88% from 255) = 32.74%
BLUE value IS 156 (61.33% from 255) = 27.91%
R=39.36%
G=32.74%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018315600.170.290.1425.3147.7673.73
HexDCB79C0111DE19304a
Octal33426723402135163160112
Binary110111001011011110011100010001111011110110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB79C; }

 p { color: rgb(220,183,156); }

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

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

 a { background-color: rgb(220,183,156); }

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

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

 span { border-color: rgb(220,183,156); }

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