Shades of Cashmere #DCB299
Tints of Cashmere #DCB299
RGB
CMYK
RGB Variations
Color information
#DCB299 (or 0xDCB299) is known color: Cashmere. HEX triplet: DC, B2 and 99. RGB value is (220,178,153). Sum of RGB (Red+Green+Blue) = 220+178+153=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB299 is #234D66. Grayscale: #BBBBBB. Windows color (decimal): -2313575 or 10072796. OLE color: 10072796.
HSL color Cylindrical-coordinate representation of color #DCB299: hue angle of 22.39º 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 #DCB299 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 153 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.14 |
| HSL | 22.39º | 0.49% | 0.73% | - |
| HSV(B) | 22.39º | 0.3% | 0.86% | - |
| XYZ | 51.19 | 49.36 | 36.97 | - |
| YUV | 187.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 153 | 0 | 0.19 | 0.30 | 0.14 | 22.39 | 0.49 | 0.73 |
| Hex | DC | B2 | 99 | 0 | 13 | 1E | E | 16 | 31 | 49 |
| Octal | 334 | 262 | 231 | 0 | 23 | 36 | 16 | 26 | 61 | 111 |
| Binary | 11011100 | 10110010 | 10011001 | 0 | 10011 | 11110 | 1110 | 10110 | 110001 | 1001001 |
Color Harmonies of #DCB299
Complementary color
Monochromatic Colors of #DCB299
Black with #DCB299
Text Example
Text Example
White with #DCB299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB299; }
p { color: rgb(220,178,153); }
H1.HeaderClassName
{
color: #DCB299;
}
.AnyTagClassName
{
color: #DCB299;
}
</style>
background-color css
<style>
a { background-color: #DCB299; }
a { background-color: rgb(220,178,153); }
div.DivClassName
{
background-color: #DCB299;
}
.BgClassName
{
background-color: #DCB299;
}
</style>
border-color css
<style>
span { border-color: #DCB299; }
span { border-color: rgb(220,178,153); }
td.TdClassName
{
border-color: #DCB299;
}
.TagClassName
{
border-color: #DCB299;
}
</style>