Shades of Cashmere #DCB59B
Tints of Cashmere #DCB59B
RGB
CMYK
RGB Variations
Color information
#DCB59B (or 0xDCB59B) is known color: Cashmere. HEX triplet: DC, B5 and 9B. RGB value is (220,181,155). Sum of RGB (Red+Green+Blue) = 220+181+155=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59B is #234A64. Grayscale: #BDBDBD. Windows color (decimal): -2312805 or 10204636. OLE color: 10204636.
HSL color Cylindrical-coordinate representation of color #DCB59B: hue angle of 24º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB59B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 155 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.14 |
| HSL | 24º | 0.48% | 0.74% | - |
| HSV(B) | 24º | 0.3% | 0.86% | - |
| XYZ | 51.96 | 50.63 | 38.04 | - |
| YUV | 189.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 155 | 0 | 0.18 | 0.30 | 0.14 | 24 | 0.48 | 0.74 |
| Hex | DC | B5 | 9B | 0 | 12 | 1E | E | 18 | 30 | 4A |
| Octal | 334 | 265 | 233 | 0 | 22 | 36 | 16 | 30 | 60 | 112 |
| Binary | 11011100 | 10110101 | 10011011 | 0 | 10010 | 11110 | 1110 | 11000 | 110000 | 1001010 |
Color Harmonies of #DCB59B
Complementary color
Monochromatic Colors of #DCB59B
Black with #DCB59B
Text Example
Text Example
White with #DCB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB59B; }
p { color: rgb(220,181,155); }
H1.HeaderClassName
{
color: #DCB59B;
}
.AnyTagClassName
{
color: #DCB59B;
}
</style>
background-color css
<style>
a { background-color: #DCB59B; }
a { background-color: rgb(220,181,155); }
div.DivClassName
{
background-color: #DCB59B;
}
.BgClassName
{
background-color: #DCB59B;
}
</style>
border-color css
<style>
span { border-color: #DCB59B; }
span { border-color: rgb(220,181,155); }
td.TdClassName
{
border-color: #DCB59B;
}
.TagClassName
{
border-color: #DCB59B;
}
</style>