Shades of Cashmere #DCB098
Tints of Cashmere #DCB098
RGB
CMYK
RGB Variations
Color information
#DCB098 (or 0xDCB098) is known color: Cashmere. HEX triplet: DC, B0 and 98. RGB value is (220,176,152). Sum of RGB (Red+Green+Blue) = 220+176+152=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB098 is #234F67. Grayscale: #BABABA. Windows color (decimal): -2314088 or 10006748. OLE color: 10006748.
HSL color Cylindrical-coordinate representation of color #DCB098: hue angle of 21.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB098 is Cyan = 0, Magento = 0.2, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 152 | - |
| CMYK | 0 | 0.2 | 0.31 | 0.14 |
| HSL | 21.18º | 0.49% | 0.73% | - |
| HSV(B) | 21.18º | 0.31% | 0.86% | - |
| XYZ | 50.71 | 48.53 | 36.4 | - |
| YUV | 186.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 152 | 0 | 0.2 | 0.31 | 0.14 | 21.18 | 0.49 | 0.73 |
| Hex | DC | B0 | 98 | 0 | 14 | 1F | E | 15 | 31 | 49 |
| Octal | 334 | 260 | 230 | 0 | 24 | 37 | 16 | 25 | 61 | 111 |
| Binary | 11011100 | 10110000 | 10011000 | 0 | 10100 | 11111 | 1110 | 10101 | 110001 | 1001001 |
Color Harmonies of #DCB098
Complementary color
Monochromatic Colors of #DCB098
Black with #DCB098
Text Example
Text Example
White with #DCB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB098; }
p { color: rgb(220,176,152); }
H1.HeaderClassName
{
color: #DCB098;
}
.AnyTagClassName
{
color: #DCB098;
}
</style>
background-color css
<style>
a { background-color: #DCB098; }
a { background-color: rgb(220,176,152); }
div.DivClassName
{
background-color: #DCB098;
}
.BgClassName
{
background-color: #DCB098;
}
</style>
border-color css
<style>
span { border-color: #DCB098; }
span { border-color: rgb(220,176,152); }
td.TdClassName
{
border-color: #DCB098;
}
.TagClassName
{
border-color: #DCB098;
}
</style>