#DCB49E

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

Shades of Cashmere #DCB49E

Tints of Cashmere #DCB49E

Color information

#DCB49E (or 0xDCB49E) is unknown color: approx Cashmere. HEX triplet: DC, B4 and 9E. RGB value is (220,180,158). Sum of RGB (Red+Green+Blue) = 220+180+158=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49E is #234B61. Grayscale: #BDBDBD. Windows color (decimal): -2313058 or 10400988. OLE color: 10400988.

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

Color convert

RGB220180158-
CMYK00.180.280.14
HSL21.29º46.97%74.12%-
HSV(B)21.29º28.18%86.27%-
XYZ52.0150.3339.32-
YUV189.45110.25149.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.43%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=39.43%
G=32.26%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018015800.180.280.1421.2946.9774.12
HexDCB49E0121CE152f4a
Octal33426423602234162557112
Binary110111001011010010011110010010111001110101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB49E; }

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

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

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

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

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

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

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

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