Shades of Cashmere #DDB59F
Tints of Cashmere #DDB59F
RGB
CMYK
RGB Variations
Color information
#DDB59F (or 0xDDB59F) is known color: Cashmere. HEX triplet: DD, B5 and 9F. RGB value is (221,181,159). Sum of RGB (Red+Green+Blue) = 221+181+159=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB59F is #224A60. Grayscale: #BEBEBE. Windows color (decimal): -2247265 or 10466781. OLE color: 10466781.
HSL color Cylindrical-coordinate representation of color #DDB59F: hue angle of 21.29º 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 #DDB59F is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 159 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.13 |
| HSL | 21.29º | 0.48% | 0.75% | - |
| HSV(B) | 21.29º | 0.28% | 0.87% | - |
| XYZ | 52.6 | 50.92 | 39.86 | - |
| YUV | 190.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 159 | 0 | 0.18 | 0.28 | 0.13 | 21.29 | 0.48 | 0.75 |
| Hex | DD | B5 | 9F | 0 | 12 | 1C | D | 15 | 30 | 4B |
| Octal | 335 | 265 | 237 | 0 | 22 | 34 | 15 | 25 | 60 | 113 |
| Binary | 11011101 | 10110101 | 10011111 | 0 | 10010 | 11100 | 1101 | 10101 | 110000 | 1001011 |
Color Harmonies of #DDB59F
Complementary color
Monochromatic Colors of #DDB59F
Black with #DDB59F
Text Example
Text Example
White with #DDB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB59F; }
p { color: rgb(221,181,159); }
H1.HeaderClassName
{
color: #DDB59F;
}
.AnyTagClassName
{
color: #DDB59F;
}
</style>
background-color css
<style>
a { background-color: #DDB59F; }
a { background-color: rgb(221,181,159); }
div.DivClassName
{
background-color: #DDB59F;
}
.BgClassName
{
background-color: #DDB59F;
}
</style>
border-color css
<style>
span { border-color: #DDB59F; }
span { border-color: rgb(221,181,159); }
td.TdClassName
{
border-color: #DDB59F;
}
.TagClassName
{
border-color: #DDB59F;
}
</style>