Shades of Cashmere #DDB69D
Tints of Cashmere #DDB69D
RGB
CMYK
RGB Variations
Color information
#DDB69D (or 0xDDB69D) is known color: Cashmere. HEX triplet: DD, B6 and 9D. RGB value is (221,182,157). Sum of RGB (Red+Green+Blue) = 221+182+157=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB69D is #224962. Grayscale: #BEBEBE. Windows color (decimal): -2247011 or 10335965. OLE color: 10335965.
HSL color Cylindrical-coordinate representation of color #DDB69D: hue angle of 23.44º 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 #DDB69D is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 157 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.13 |
| HSL | 23.44º | 0.48% | 0.74% | - |
| HSV(B) | 23.44º | 0.29% | 0.87% | - |
| XYZ | 52.63 | 51.26 | 39.02 | - |
| YUV | 190.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 157 | 0 | 0.18 | 0.29 | 0.13 | 23.44 | 0.48 | 0.74 |
| Hex | DD | B6 | 9D | 0 | 12 | 1D | D | 17 | 30 | 4A |
| Octal | 335 | 266 | 235 | 0 | 22 | 35 | 15 | 27 | 60 | 112 |
| Binary | 11011101 | 10110110 | 10011101 | 0 | 10010 | 11101 | 1101 | 10111 | 110000 | 1001010 |
Color Harmonies of #DDB69D
Complementary color
Monochromatic Colors of #DDB69D
Black with #DDB69D
Text Example
Text Example
White with #DDB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB69D; }
p { color: rgb(221,182,157); }
H1.HeaderClassName
{
color: #DDB69D;
}
.AnyTagClassName
{
color: #DDB69D;
}
</style>
background-color css
<style>
a { background-color: #DDB69D; }
a { background-color: rgb(221,182,157); }
div.DivClassName
{
background-color: #DDB69D;
}
.BgClassName
{
background-color: #DDB69D;
}
</style>
border-color css
<style>
span { border-color: #DDB69D; }
span { border-color: rgb(221,182,157); }
td.TdClassName
{
border-color: #DDB69D;
}
.TagClassName
{
border-color: #DDB69D;
}
</style>