Shades of Cashmere #DBB398
Tints of Cashmere #DBB398
RGB
CMYK
RGB Variations
Color information
#DBB398 (or 0xDBB398) is known color: Cashmere. HEX triplet: DB, B3 and 98. RGB value is (219,179,152). Sum of RGB (Red+Green+Blue) = 219+179+152=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB398 is #244C67. Grayscale: #BCBCBC. Windows color (decimal): -2378856 or 10007515. OLE color: 10007515.
HSL color Cylindrical-coordinate representation of color #DBB398: hue angle of 24.18º degrees, saturation: 0.48, 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 #DBB398 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 152 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.14 |
| HSL | 24.18º | 0.48% | 0.73% | - |
| HSV(B) | 24.18º | 0.31% | 0.86% | - |
| XYZ | 51 | 49.57 | 36.59 | - |
| YUV | 187.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 152 | 0 | 0.18 | 0.31 | 0.14 | 24.18 | 0.48 | 0.73 |
| Hex | DB | B3 | 98 | 0 | 12 | 1F | E | 18 | 30 | 49 |
| Octal | 333 | 263 | 230 | 0 | 22 | 37 | 16 | 30 | 60 | 111 |
| Binary | 11011011 | 10110011 | 10011000 | 0 | 10010 | 11111 | 1110 | 11000 | 110000 | 1001001 |
Color Harmonies of #DBB398
Complementary color
Monochromatic Colors of #DBB398
Black with #DBB398
Text Example
Text Example
White with #DBB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB398; }
p { color: rgb(219,179,152); }
H1.HeaderClassName
{
color: #DBB398;
}
.AnyTagClassName
{
color: #DBB398;
}
</style>
background-color css
<style>
a { background-color: #DBB398; }
a { background-color: rgb(219,179,152); }
div.DivClassName
{
background-color: #DBB398;
}
.BgClassName
{
background-color: #DBB398;
}
</style>
border-color css
<style>
span { border-color: #DBB398; }
span { border-color: rgb(219,179,152); }
td.TdClassName
{
border-color: #DBB398;
}
.TagClassName
{
border-color: #DBB398;
}
</style>