#DCB49C

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

Shades of Cashmere #DCB49C

Tints of Cashmere #DCB49C

Color information

#DCB49C (or 0xDCB49C) is unknown color: approx Cashmere. HEX triplet: DC, B4 and 9C. RGB value is (220,180,156). Sum of RGB (Red+Green+Blue) = 220+180+156=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49C is #234B63. Grayscale: #BDBDBD. Windows color (decimal): -2313060 or 10269916. OLE color: 10269916.

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

Color convert

RGB220180156-
CMYK00.180.290.14
HSL22.5º47.76%73.73%-
HSV(B)22.5º29.09%86.27%-
XYZ51.8450.2638.42-
YUV189.22109.25149.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 156 (61.33% from 255) = 28.06%
R=39.57%
G=32.37%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018015600.180.290.1422.547.7673.73
HexDCB49C0121DE17304a
Octal33426423402235162760112
Binary110111001011010010011100010010111011110101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB49C; }

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

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

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

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

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

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

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

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