Shades of Cashmere #DDB69E
Tints of Cashmere #DDB69E
RGB
CMYK
RGB Variations
Color information
#DDB69E (or 0xDDB69E) is known color: Cashmere. HEX triplet: DD, B6 and 9E. RGB value is (221,182,158). Sum of RGB (Red+Green+Blue) = 221+182+158=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB69E is #224961. Grayscale: #BFBFBF. Windows color (decimal): -2247010 or 10401501. OLE color: 10401501.
HSL color Cylindrical-coordinate representation of color #DDB69E: hue angle of 22.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB69E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 158 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.13 |
| HSL | 22.86º | 0.48% | 0.74% | - |
| HSV(B) | 22.86º | 0.29% | 0.87% | - |
| XYZ | 52.72 | 51.3 | 39.47 | - |
| YUV | 190.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 158 | 0 | 0.18 | 0.29 | 0.13 | 22.86 | 0.48 | 0.74 |
| Hex | DD | B6 | 9E | 0 | 12 | 1D | D | 17 | 30 | 4A |
| Octal | 335 | 266 | 236 | 0 | 22 | 35 | 15 | 27 | 60 | 112 |
| Binary | 11011101 | 10110110 | 10011110 | 0 | 10010 | 11101 | 1101 | 10111 | 110000 | 1001010 |
Color Harmonies of #DDB69E
Complementary color
Monochromatic Colors of #DDB69E
Black with #DDB69E
Text Example
Text Example
White with #DDB69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB69E; }
p { color: rgb(221,182,158); }
H1.HeaderClassName
{
color: #DDB69E;
}
.AnyTagClassName
{
color: #DDB69E;
}
</style>
background-color css
<style>
a { background-color: #DDB69E; }
a { background-color: rgb(221,182,158); }
div.DivClassName
{
background-color: #DDB69E;
}
.BgClassName
{
background-color: #DDB69E;
}
</style>
border-color css
<style>
span { border-color: #DDB69E; }
span { border-color: rgb(221,182,158); }
td.TdClassName
{
border-color: #DDB69E;
}
.TagClassName
{
border-color: #DDB69E;
}
</style>