Shades of Cashmere #DCB19C
Tints of Cashmere #DCB19C
RGB
CMYK
RGB Variations
Color information
#DCB19C (or 0xDCB19C) is known color: Cashmere. HEX triplet: DC, B1 and 9C. RGB value is (220,177,156). Sum of RGB (Red+Green+Blue) = 220+177+156=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB19C is #234E63. Grayscale: #BBBBBB. Windows color (decimal): -2313828 or 10269148. OLE color: 10269148.
HSL color Cylindrical-coordinate representation of color #DCB19C: hue angle of 19.69º degrees, saturation: 0.48, 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 #DCB19C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 156 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.14 |
| HSL | 19.69º | 0.48% | 0.74% | - |
| HSV(B) | 19.69º | 0.29% | 0.86% | - |
| XYZ | 51.24 | 49.06 | 38.22 | - |
| YUV | 187.46 | 110.25 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 156 | 0 | 0.20 | 0.29 | 0.14 | 19.69 | 0.48 | 0.74 |
| Hex | DC | B1 | 9C | 0 | 14 | 1D | E | 14 | 30 | 4A |
| Octal | 334 | 261 | 234 | 0 | 24 | 35 | 16 | 24 | 60 | 112 |
| Binary | 11011100 | 10110001 | 10011100 | 0 | 10100 | 11101 | 1110 | 10100 | 110000 | 1001010 |
Color Harmonies of #DCB19C
Complementary color
Monochromatic Colors of #DCB19C
Black with #DCB19C
Text Example
Text Example
White with #DCB19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB19C; }
p { color: rgb(220,177,156); }
H1.HeaderClassName
{
color: #DCB19C;
}
.AnyTagClassName
{
color: #DCB19C;
}
</style>
background-color css
<style>
a { background-color: #DCB19C; }
a { background-color: rgb(220,177,156); }
div.DivClassName
{
background-color: #DCB19C;
}
.BgClassName
{
background-color: #DCB19C;
}
</style>
border-color css
<style>
span { border-color: #DCB19C; }
span { border-color: rgb(220,177,156); }
td.TdClassName
{
border-color: #DCB19C;
}
.TagClassName
{
border-color: #DCB19C;
}
</style>