#DCB49A

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

Shades of Cashmere #DCB49A

Tints of Cashmere #DCB49A

Color information

#DCB49A (or 0xDCB49A) is unknown color: approx Cashmere. HEX triplet: DC, B4 and 9A. RGB value is (220,180,154). Sum of RGB (Red+Green+Blue) = 220+180+154=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49A is #234B65. Grayscale: #BDBDBD. Windows color (decimal): -2313062 or 10138844. OLE color: 10138844.

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

Color convert

RGB220180154-
CMYK00.180.30.14
HSL23.64º48.53%73.33%-
HSV(B)23.64º30%86.27%-
XYZ51.6750.1937.54-
YUV189108.25150.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=39.71%
G=32.49%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018015400.180.30.1423.6448.5373.33
HexDCB49A0121EE183149
Octal33426423202236163061111
Binary110111001011010010011010010010111101110110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB49A; }

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

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

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

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

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

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

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

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