Shades of Cashmere #DCB69E
Tints of Cashmere #DCB69E
RGB
CMYK
RGB Variations
Color information
#DCB69E (or 0xDCB69E) is known color: Cashmere. HEX triplet: DC, B6 and 9E. RGB value is (220,182,158). Sum of RGB (Red+Green+Blue) = 220+182+158=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB69E is #234961. Grayscale: #BEBEBE. Windows color (decimal): -2312546 or 10401500. OLE color: 10401500.
HSL color Cylindrical-coordinate representation of color #DCB69E: hue angle of 23.23º 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 #DCB69E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 158 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.14 |
| HSL | 23.23º | 0.47% | 0.74% | - |
| HSV(B) | 23.23º | 0.28% | 0.86% | - |
| XYZ | 52.41 | 51.14 | 39.46 | - |
| YUV | 190.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 158 | 0 | 0.17 | 0.28 | 0.14 | 23.23 | 0.47 | 0.74 |
| Hex | DC | B6 | 9E | 0 | 11 | 1C | E | 17 | 2F | 4A |
| Octal | 334 | 266 | 236 | 0 | 21 | 34 | 16 | 27 | 57 | 112 |
| Binary | 11011100 | 10110110 | 10011110 | 0 | 10001 | 11100 | 1110 | 10111 | 101111 | 1001010 |
Color Harmonies of #DCB69E
Complementary color
Monochromatic Colors of #DCB69E
Black with #DCB69E
Text Example
Text Example
White with #DCB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB69E; }
p { color: rgb(220,182,158); }
H1.HeaderClassName
{
color: #DCB69E;
}
.AnyTagClassName
{
color: #DCB69E;
}
</style>
background-color css
<style>
a { background-color: #DCB69E; }
a { background-color: rgb(220,182,158); }
div.DivClassName
{
background-color: #DCB69E;
}
.BgClassName
{
background-color: #DCB69E;
}
</style>
border-color css
<style>
span { border-color: #DCB69E; }
span { border-color: rgb(220,182,158); }
td.TdClassName
{
border-color: #DCB69E;
}
.TagClassName
{
border-color: #DCB69E;
}
</style>