#DCB19C

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

Shades of Cashmere #DCB19C

Tints of Cashmere #DCB19C

Color information

#DCB19C (or 0xDCB19C) is unknown color: approx Cashmere. HEX triplet: DC, B1 and 9C. RGB value is (220,177,156). Sum of RGB (Red+Green+Blue) = 220+177+156=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB19C is #234E63. Grayscale: #BBBBBB. Windows color (decimal): -2313828 or 10269148. OLE color: 10269148.

HSL color Cylindrical-coordinate representation of color #DCB19C: hue angle of 19.69º 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 #DCB19C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220177156-
CMYK00.200.290.14
HSL19.69º47.76%73.73%-
HSV(B)19.69º29.09%86.27%-
XYZ51.2449.0638.22-
YUV187.46110.25151.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.78%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=39.78%
G=32.01%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017715600.200.290.1419.6947.7673.73
HexDCB19C0141DE14304a
Octal33426123402435162460112
Binary110111001011000110011100010100111011110101001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB19C; }

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

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

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

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

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

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

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

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