#DCB59F

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

Shades of Cashmere #DCB59F

Tints of Cashmere #DCB59F

Color information

#DCB59F (or 0xDCB59F) is unknown color: approx Cashmere. HEX triplet: DC, B5 and 9F. RGB value is (220,181,159). Sum of RGB (Red+Green+Blue) = 220+181+159=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59F is #234A60. Grayscale: #BEBEBE. Windows color (decimal): -2312801 or 10466780. OLE color: 10466780.

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

Color convert

RGB220181159-
CMYK00.180.280.14
HSL21.64º46.56%74.31%-
HSV(B)21.64º27.73%86.27%-
XYZ52.350.7739.84-
YUV190.15110.42149.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=39.29%
G=32.32%
B=28.39%

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
Decimal22018115900.180.280.1421.6446.5674.31
HexDCB59F0121CE162f4a
Octal33426523702234162657112
Binary110111001011010110011111010010111001110101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB59F; }

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

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

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

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

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

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

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

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