Shades of Cashmere #DCB49C
Tints of Cashmere #DCB49C
RGB
CMYK
RGB Variations
Color information
#DCB49C (or 0xDCB49C) is known color: Cashmere. HEX triplet: DC, B4 and 9C. RGB value is (220,180,156). Sum of RGB (Red+Green+Blue) = 220+180+156=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49C is #234B63. Grayscale: #BDBDBD. Windows color (decimal): -2313060 or 10269916. OLE color: 10269916.
HSL color Cylindrical-coordinate representation of color #DCB49C: hue angle of 22.5º 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 #DCB49C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 156 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.14 |
| HSL | 22.5º | 0.48% | 0.74% | - |
| HSV(B) | 22.5º | 0.29% | 0.86% | - |
| XYZ | 51.84 | 50.26 | 38.42 | - |
| YUV | 189.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 156 | 0 | 0.18 | 0.29 | 0.14 | 22.5 | 0.48 | 0.74 |
| Hex | DC | B4 | 9C | 0 | 12 | 1D | E | 16 | 30 | 4A |
| Octal | 334 | 264 | 234 | 0 | 22 | 35 | 16 | 26 | 60 | 112 |
| Binary | 11011100 | 10110100 | 10011100 | 0 | 10010 | 11101 | 1110 | 10110 | 110000 | 1001010 |
Color Harmonies of #DCB49C
Complementary color
Monochromatic Colors of #DCB49C
Black with #DCB49C
Text Example
Text Example
White with #DCB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB49C; }
p { color: rgb(220,180,156); }
H1.HeaderClassName
{
color: #DCB49C;
}
.AnyTagClassName
{
color: #DCB49C;
}
</style>
background-color css
<style>
a { background-color: #DCB49C; }
a { background-color: rgb(220,180,156); }
div.DivClassName
{
background-color: #DCB49C;
}
.BgClassName
{
background-color: #DCB49C;
}
</style>
border-color css
<style>
span { border-color: #DCB49C; }
span { border-color: rgb(220,180,156); }
td.TdClassName
{
border-color: #DCB49C;
}
.TagClassName
{
border-color: #DCB49C;
}
</style>