Shades of Cashmere #DDB099
Tints of Cashmere #DDB099
RGB
CMYK
RGB Variations
Color information
#DDB099 (or 0xDDB099) is known color: Cashmere. HEX triplet: DD, B0 and 99. RGB value is (221,176,153). Sum of RGB (Red+Green+Blue) = 221+176+153=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB099 is #224F66. Grayscale: #BABABA. Windows color (decimal): -2248551 or 10072285. OLE color: 10072285.
HSL color Cylindrical-coordinate representation of color #DDB099: hue angle of 20.29º 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 #DDB099 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 153 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.13 |
| HSL | 20.29º | 0.5% | 0.73% | - |
| HSV(B) | 20.29º | 0.31% | 0.87% | - |
| XYZ | 51.09 | 48.72 | 36.85 | - |
| YUV | 186.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 153 | 0 | 0.20 | 0.31 | 0.13 | 20.29 | 0.5 | 0.73 |
| Hex | DD | B0 | 99 | 0 | 14 | 1F | D | 14 | 32 | 49 |
| Octal | 335 | 260 | 231 | 0 | 24 | 37 | 15 | 24 | 62 | 111 |
| Binary | 11011101 | 10110000 | 10011001 | 0 | 10100 | 11111 | 1101 | 10100 | 110010 | 1001001 |
Color Harmonies of #DDB099
Complementary color
Monochromatic Colors of #DDB099
Black with #DDB099
Text Example
Text Example
White with #DDB099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB099; }
p { color: rgb(221,176,153); }
H1.HeaderClassName
{
color: #DDB099;
}
.AnyTagClassName
{
color: #DDB099;
}
</style>
background-color css
<style>
a { background-color: #DDB099; }
a { background-color: rgb(221,176,153); }
div.DivClassName
{
background-color: #DDB099;
}
.BgClassName
{
background-color: #DDB099;
}
</style>
border-color css
<style>
span { border-color: #DDB099; }
span { border-color: rgb(221,176,153); }
td.TdClassName
{
border-color: #DDB099;
}
.TagClassName
{
border-color: #DDB099;
}
</style>