Shades of Cashmere #DCB49A
Tints of Cashmere #DCB49A
RGB
CMYK
RGB Variations
Color information
#DCB49A (or 0xDCB49A) is known color: Cashmere. HEX triplet: DC, B4 and 9A. RGB value is (220,180,154). Sum of RGB (Red+Green+Blue) = 220+180+154=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB49A is #234B65. Grayscale: #BDBDBD. Windows color (decimal): -2313062 or 10138844. OLE color: 10138844.
HSL color Cylindrical-coordinate representation of color #DCB49A: hue angle of 23.64º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCB49A is Cyan = 0, Magento = 0.18, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 154 | - |
| CMYK | 0 | 0.18 | 0.3 | 0.14 |
| HSL | 23.64º | 0.49% | 0.73% | - |
| HSV(B) | 23.64º | 0.3% | 0.86% | - |
| XYZ | 51.67 | 50.19 | 37.54 | - |
| YUV | 189 | 108.25 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 154 | 0 | 0.18 | 0.3 | 0.14 | 23.64 | 0.49 | 0.73 |
| Hex | DC | B4 | 9A | 0 | 12 | 1E | E | 18 | 31 | 49 |
| Octal | 334 | 264 | 232 | 0 | 22 | 36 | 16 | 30 | 61 | 111 |
| Binary | 11011100 | 10110100 | 10011010 | 0 | 10010 | 11110 | 1110 | 11000 | 110001 | 1001001 |
Color Harmonies of #DCB49A
Complementary color
Monochromatic Colors of #DCB49A
Black with #DCB49A
Text Example
Text Example
White with #DCB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB49A; }
p { color: rgb(220,180,154); }
H1.HeaderClassName
{
color: #DCB49A;
}
.AnyTagClassName
{
color: #DCB49A;
}
</style>
background-color css
<style>
a { background-color: #DCB49A; }
a { background-color: rgb(220,180,154); }
div.DivClassName
{
background-color: #DCB49A;
}
.BgClassName
{
background-color: #DCB49A;
}
</style>
border-color css
<style>
span { border-color: #DCB49A; }
span { border-color: rgb(220,180,154); }
td.TdClassName
{
border-color: #DCB49A;
}
.TagClassName
{
border-color: #DCB49A;
}
</style>