Shades of Cashmere #DDB69F
Tints of Cashmere #DDB69F
RGB
CMYK
RGB Variations
Color information
#DDB69F (or 0xDDB69F) is known color: Cashmere. HEX triplet: DD, B6 and 9F. RGB value is (221,182,159). Sum of RGB (Red+Green+Blue) = 221+182+159=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB69F is #224960. Grayscale: #BFBFBF. Windows color (decimal): -2247009 or 10467037. OLE color: 10467037.
HSL color Cylindrical-coordinate representation of color #DDB69F: hue angle of 22.26º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDB69F is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 159 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.13 |
| HSL | 22.26º | 0.48% | 0.75% | - |
| HSV(B) | 22.26º | 0.28% | 0.87% | - |
| XYZ | 52.8 | 51.33 | 39.93 | - |
| YUV | 191.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 159 | 0 | 0.18 | 0.28 | 0.13 | 22.26 | 0.48 | 0.75 |
| Hex | DD | B6 | 9F | 0 | 12 | 1C | D | 16 | 30 | 4B |
| Octal | 335 | 266 | 237 | 0 | 22 | 34 | 15 | 26 | 60 | 113 |
| Binary | 11011101 | 10110110 | 10011111 | 0 | 10010 | 11100 | 1101 | 10110 | 110000 | 1001011 |
Color Harmonies of #DDB69F
Complementary color
Monochromatic Colors of #DDB69F
Black with #DDB69F
Text Example
Text Example
White with #DDB69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB69F; }
p { color: rgb(221,182,159); }
H1.HeaderClassName
{
color: #DDB69F;
}
.AnyTagClassName
{
color: #DDB69F;
}
</style>
background-color css
<style>
a { background-color: #DDB69F; }
a { background-color: rgb(221,182,159); }
div.DivClassName
{
background-color: #DDB69F;
}
.BgClassName
{
background-color: #DDB69F;
}
</style>
border-color css
<style>
span { border-color: #DDB69F; }
span { border-color: rgb(221,182,159); }
td.TdClassName
{
border-color: #DDB69F;
}
.TagClassName
{
border-color: #DDB69F;
}
</style>