Shades of Cashmere #DDB097
Tints of Cashmere #DDB097
RGB
CMYK
RGB Variations
Color information
#DDB097 (or 0xDDB097) is known color: Cashmere. HEX triplet: DD, B0 and 97. RGB value is (221,176,151). Sum of RGB (Red+Green+Blue) = 221+176+151=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB097 is #224F68. Grayscale: #BABABA. Windows color (decimal): -2248553 or 9941213. OLE color: 9941213.
HSL color Cylindrical-coordinate representation of color #DDB097: hue angle of 21.43º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDB097 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 151 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.13 |
| HSL | 21.43º | 0.51% | 0.73% | - |
| HSV(B) | 21.43º | 0.32% | 0.87% | - |
| XYZ | 50.93 | 48.66 | 35.99 | - |
| YUV | 186.61 | 107.91 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 151 | 0 | 0.20 | 0.32 | 0.13 | 21.43 | 0.51 | 0.73 |
| Hex | DD | B0 | 97 | 0 | 14 | 20 | D | 15 | 33 | 49 |
| Octal | 335 | 260 | 227 | 0 | 24 | 40 | 15 | 25 | 63 | 111 |
| Binary | 11011101 | 10110000 | 10010111 | 0 | 10100 | 100000 | 1101 | 10101 | 110011 | 1001001 |
Color Harmonies of #DDB097
Complementary color
Monochromatic Colors of #DDB097
Black with #DDB097
Text Example
Text Example
White with #DDB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB097; }
p { color: rgb(221,176,151); }
H1.HeaderClassName
{
color: #DDB097;
}
.AnyTagClassName
{
color: #DDB097;
}
</style>
background-color css
<style>
a { background-color: #DDB097; }
a { background-color: rgb(221,176,151); }
div.DivClassName
{
background-color: #DDB097;
}
.BgClassName
{
background-color: #DDB097;
}
</style>
border-color css
<style>
span { border-color: #DDB097; }
span { border-color: rgb(221,176,151); }
td.TdClassName
{
border-color: #DDB097;
}
.TagClassName
{
border-color: #DDB097;
}
</style>