Shades of Cashmere #DCB09A
Tints of Cashmere #DCB09A
RGB
CMYK
RGB Variations
Color information
#DCB09A (or 0xDCB09A) is known color: Cashmere. HEX triplet: DC, B0 and 9A. RGB value is (220,176,154). Sum of RGB (Red+Green+Blue) = 220+176+154=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB09A is #234F65. Grayscale: #BABABA. Windows color (decimal): -2314086 or 10137820. OLE color: 10137820.
HSL color Cylindrical-coordinate representation of color #DCB09A: hue angle of 20º 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 #DCB09A is Cyan = 0, Magento = 0.2, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 154 | - |
| CMYK | 0 | 0.2 | 0.3 | 0.14 |
| HSL | 20º | 0.49% | 0.73% | - |
| HSV(B) | 20º | 0.3% | 0.86% | - |
| XYZ | 50.87 | 48.6 | 37.27 | - |
| YUV | 186.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 154 | 0 | 0.2 | 0.3 | 0.14 | 20 | 0.49 | 0.73 |
| Hex | DC | B0 | 9A | 0 | 14 | 1E | E | 14 | 31 | 49 |
| Octal | 334 | 260 | 232 | 0 | 24 | 36 | 16 | 24 | 61 | 111 |
| Binary | 11011100 | 10110000 | 10011010 | 0 | 10100 | 11110 | 1110 | 10100 | 110001 | 1001001 |
Color Harmonies of #DCB09A
Complementary color
Monochromatic Colors of #DCB09A
Black with #DCB09A
Text Example
Text Example
White with #DCB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB09A; }
p { color: rgb(220,176,154); }
H1.HeaderClassName
{
color: #DCB09A;
}
.AnyTagClassName
{
color: #DCB09A;
}
</style>
background-color css
<style>
a { background-color: #DCB09A; }
a { background-color: rgb(220,176,154); }
div.DivClassName
{
background-color: #DCB09A;
}
.BgClassName
{
background-color: #DCB09A;
}
</style>
border-color css
<style>
span { border-color: #DCB09A; }
span { border-color: rgb(220,176,154); }
td.TdClassName
{
border-color: #DCB09A;
}
.TagClassName
{
border-color: #DCB09A;
}
</style>