Shades of Cashmere #DCB39A
Tints of Cashmere #DCB39A
RGB
CMYK
RGB Variations
Color information
#DCB39A (or 0xDCB39A) is known color: Cashmere. HEX triplet: DC, B3 and 9A. RGB value is (220,179,154). Sum of RGB (Red+Green+Blue) = 220+179+154=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB39A is #234C65. Grayscale: #BCBCBC. Windows color (decimal): -2313318 or 10138588. OLE color: 10138588.
HSL color Cylindrical-coordinate representation of color #DCB39A: hue angle of 22.73º 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 #DCB39A is Cyan = 0, Magento = 0.19, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 154 | - |
| CMYK | 0 | 0.19 | 0.3 | 0.14 |
| HSL | 22.73º | 0.49% | 0.73% | - |
| HSV(B) | 22.73º | 0.3% | 0.86% | - |
| XYZ | 51.47 | 49.79 | 37.47 | - |
| YUV | 188.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 154 | 0 | 0.19 | 0.3 | 0.14 | 22.73 | 0.49 | 0.73 |
| Hex | DC | B3 | 9A | 0 | 13 | 1E | E | 17 | 31 | 49 |
| Octal | 334 | 263 | 232 | 0 | 23 | 36 | 16 | 27 | 61 | 111 |
| Binary | 11011100 | 10110011 | 10011010 | 0 | 10011 | 11110 | 1110 | 10111 | 110001 | 1001001 |
Color Harmonies of #DCB39A
Complementary color
Monochromatic Colors of #DCB39A
Black with #DCB39A
Text Example
Text Example
White with #DCB39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB39A; }
p { color: rgb(220,179,154); }
H1.HeaderClassName
{
color: #DCB39A;
}
.AnyTagClassName
{
color: #DCB39A;
}
</style>
background-color css
<style>
a { background-color: #DCB39A; }
a { background-color: rgb(220,179,154); }
div.DivClassName
{
background-color: #DCB39A;
}
.BgClassName
{
background-color: #DCB39A;
}
</style>
border-color css
<style>
span { border-color: #DCB39A; }
span { border-color: rgb(220,179,154); }
td.TdClassName
{
border-color: #DCB39A;
}
.TagClassName
{
border-color: #DCB39A;
}
</style>