Shades of Cashmere #DCB69D
Tints of Cashmere #DCB69D
RGB
CMYK
RGB Variations
Color information
#DCB69D (or 0xDCB69D) is known color: Cashmere. HEX triplet: DC, B6 and 9D. RGB value is (220,182,157). Sum of RGB (Red+Green+Blue) = 220+182+157=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB69D is #234962. Grayscale: #BEBEBE. Windows color (decimal): -2312547 or 10335964. OLE color: 10335964.
HSL color Cylindrical-coordinate representation of color #DCB69D: hue angle of 23.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB69D is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 157 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.14 |
| HSL | 23.81º | 0.47% | 0.74% | - |
| HSV(B) | 23.81º | 0.29% | 0.86% | - |
| XYZ | 52.33 | 51.11 | 39 | - |
| YUV | 190.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 157 | 0 | 0.17 | 0.29 | 0.14 | 23.81 | 0.47 | 0.74 |
| Hex | DC | B6 | 9D | 0 | 11 | 1D | E | 18 | 2F | 4A |
| Octal | 334 | 266 | 235 | 0 | 21 | 35 | 16 | 30 | 57 | 112 |
| Binary | 11011100 | 10110110 | 10011101 | 0 | 10001 | 11101 | 1110 | 11000 | 101111 | 1001010 |
Color Harmonies of #DCB69D
Complementary color
Monochromatic Colors of #DCB69D
Black with #DCB69D
Text Example
Text Example
White with #DCB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB69D; }
p { color: rgb(220,182,157); }
H1.HeaderClassName
{
color: #DCB69D;
}
.AnyTagClassName
{
color: #DCB69D;
}
</style>
background-color css
<style>
a { background-color: #DCB69D; }
a { background-color: rgb(220,182,157); }
div.DivClassName
{
background-color: #DCB69D;
}
.BgClassName
{
background-color: #DCB69D;
}
</style>
border-color css
<style>
span { border-color: #DCB69D; }
span { border-color: rgb(220,182,157); }
td.TdClassName
{
border-color: #DCB69D;
}
.TagClassName
{
border-color: #DCB69D;
}
</style>