#DCB59A

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

Shades of Cashmere #DCB59A

Tints of Cashmere #DCB59A

Color information

#DCB59A (or 0xDCB59A) is unknown color: approx Cashmere. HEX triplet: DC, B5 and 9A. RGB value is (220,181,154). Sum of RGB (Red+Green+Blue) = 220+181+154=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59A is #234A65. Grayscale: #BDBDBD. Windows color (decimal): -2312806 or 10139100. OLE color: 10139100.

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

Color convert

RGB220181154-
CMYK00.180.30.14
HSL24.55º48.53%73.33%-
HSV(B)24.55º30%86.27%-
XYZ51.8750.637.6-
YUV189.58107.92149.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=39.64%
G=32.61%
B=27.75%

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
Decimal22018115400.180.30.1424.5548.5373.33
HexDCB59A0121EE193149
Octal33426523202236163161111
Binary110111001011010110011010010010111101110110011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB59A; }

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

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

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

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

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

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

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

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