Shades of Cashmere #DDB199
Tints of Cashmere #DDB199
RGB
CMYK
RGB Variations
Color information
#DDB199 (or 0xDDB199) is known color: Cashmere. HEX triplet: DD, B1 and 99. RGB value is (221,177,153). Sum of RGB (Red+Green+Blue) = 221+177+153=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB199 is #224E66. Grayscale: #BBBBBB. Windows color (decimal): -2248295 or 10072541. OLE color: 10072541.
HSL color Cylindrical-coordinate representation of color #DDB199: hue angle of 21.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB199 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 153 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.13 |
| HSL | 21.18º | 0.5% | 0.73% | - |
| HSV(B) | 21.18º | 0.31% | 0.87% | - |
| XYZ | 51.29 | 49.12 | 36.91 | - |
| YUV | 187.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 153 | 0 | 0.20 | 0.31 | 0.13 | 21.18 | 0.5 | 0.73 |
| Hex | DD | B1 | 99 | 0 | 14 | 1F | D | 15 | 32 | 49 |
| Octal | 335 | 261 | 231 | 0 | 24 | 37 | 15 | 25 | 62 | 111 |
| Binary | 11011101 | 10110001 | 10011001 | 0 | 10100 | 11111 | 1101 | 10101 | 110010 | 1001001 |
Color Harmonies of #DDB199
Complementary color
Monochromatic Colors of #DDB199
Black with #DDB199
Text Example
Text Example
White with #DDB199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB199; }
p { color: rgb(221,177,153); }
H1.HeaderClassName
{
color: #DDB199;
}
.AnyTagClassName
{
color: #DDB199;
}
</style>
background-color css
<style>
a { background-color: #DDB199; }
a { background-color: rgb(221,177,153); }
div.DivClassName
{
background-color: #DDB199;
}
.BgClassName
{
background-color: #DDB199;
}
</style>
border-color css
<style>
span { border-color: #DDB199; }
span { border-color: rgb(221,177,153); }
td.TdClassName
{
border-color: #DDB199;
}
.TagClassName
{
border-color: #DDB199;
}
</style>