Shades of Cashmere #DCB89D
Tints of Cashmere #DCB89D
RGB
CMYK
RGB Variations
Color information
#DCB89D (or 0xDCB89D) is known color: Cashmere. HEX triplet: DC, B8 and 9D. RGB value is (220,184,157). Sum of RGB (Red+Green+Blue) = 220+184+157=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB89D is #234762. Grayscale: #BFBFBF. Windows color (decimal): -2312035 or 10336476. OLE color: 10336476.
HSL color Cylindrical-coordinate representation of color #DCB89D: hue angle of 25.71º 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 #DCB89D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 157 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.14 |
| HSL | 25.71º | 0.47% | 0.74% | - |
| HSV(B) | 25.71º | 0.29% | 0.86% | - |
| XYZ | 52.74 | 51.93 | 39.14 | - |
| YUV | 191.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 157 | 0 | 0.16 | 0.29 | 0.14 | 25.71 | 0.47 | 0.74 |
| Hex | DC | B8 | 9D | 0 | 10 | 1D | E | 1A | 2F | 4A |
| Octal | 334 | 270 | 235 | 0 | 20 | 35 | 16 | 32 | 57 | 112 |
| Binary | 11011100 | 10111000 | 10011101 | 0 | 10000 | 11101 | 1110 | 11010 | 101111 | 1001010 |
Color Harmonies of #DCB89D
Complementary color
Monochromatic Colors of #DCB89D
Black with #DCB89D
Text Example
Text Example
White with #DCB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB89D; }
p { color: rgb(220,184,157); }
H1.HeaderClassName
{
color: #DCB89D;
}
.AnyTagClassName
{
color: #DCB89D;
}
</style>
background-color css
<style>
a { background-color: #DCB89D; }
a { background-color: rgb(220,184,157); }
div.DivClassName
{
background-color: #DCB89D;
}
.BgClassName
{
background-color: #DCB89D;
}
</style>
border-color css
<style>
span { border-color: #DCB89D; }
span { border-color: rgb(220,184,157); }
td.TdClassName
{
border-color: #DCB89D;
}
.TagClassName
{
border-color: #DCB89D;
}
</style>