Shades of Cashmere #DCB39B
Tints of Cashmere #DCB39B
RGB
CMYK
RGB Variations
Color information
#DCB39B (or 0xDCB39B) is known color: Cashmere. HEX triplet: DC, B3 and 9B. RGB value is (220,179,155). Sum of RGB (Red+Green+Blue) = 220+179+155=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB39B is #234C64. Grayscale: #BCBCBC. Windows color (decimal): -2313317 or 10204124. OLE color: 10204124.
HSL color Cylindrical-coordinate representation of color #DCB39B: hue angle of 22.15º 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 #DCB39B is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 155 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.14 |
| HSL | 22.15º | 0.48% | 0.74% | - |
| HSV(B) | 22.15º | 0.3% | 0.86% | - |
| XYZ | 51.55 | 49.82 | 37.91 | - |
| YUV | 188.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 155 | 0 | 0.19 | 0.30 | 0.14 | 22.15 | 0.48 | 0.74 |
| Hex | DC | B3 | 9B | 0 | 13 | 1E | E | 16 | 30 | 4A |
| Octal | 334 | 263 | 233 | 0 | 23 | 36 | 16 | 26 | 60 | 112 |
| Binary | 11011100 | 10110011 | 10011011 | 0 | 10011 | 11110 | 1110 | 10110 | 110000 | 1001010 |
Color Harmonies of #DCB39B
Complementary color
Monochromatic Colors of #DCB39B
Black with #DCB39B
Text Example
Text Example
White with #DCB39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB39B; }
p { color: rgb(220,179,155); }
H1.HeaderClassName
{
color: #DCB39B;
}
.AnyTagClassName
{
color: #DCB39B;
}
</style>
background-color css
<style>
a { background-color: #DCB39B; }
a { background-color: rgb(220,179,155); }
div.DivClassName
{
background-color: #DCB39B;
}
.BgClassName
{
background-color: #DCB39B;
}
</style>
border-color css
<style>
span { border-color: #DCB39B; }
span { border-color: rgb(220,179,155); }
td.TdClassName
{
border-color: #DCB39B;
}
.TagClassName
{
border-color: #DCB39B;
}
</style>