Shades of Cashmere #DDB39D
Tints of Cashmere #DDB39D
RGB
CMYK
RGB Variations
Color information
#DDB39D (or 0xDDB39D) is known color: Cashmere. HEX triplet: DD, B3 and 9D. RGB value is (221,179,157). Sum of RGB (Red+Green+Blue) = 221+179+157=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB39D is #224C62. Grayscale: #BDBDBD. Windows color (decimal): -2247779 or 10335197. OLE color: 10335197.
HSL color Cylindrical-coordinate representation of color #DDB39D: hue angle of 20.62º 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 #DDB39D is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 157 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.13 |
| HSL | 20.63º | 0.48% | 0.74% | - |
| HSV(B) | 20.63º | 0.29% | 0.87% | - |
| XYZ | 52.02 | 50.05 | 38.82 | - |
| YUV | 189.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 157 | 0 | 0.19 | 0.29 | 0.13 | 20.63 | 0.48 | 0.74 |
| Hex | DD | B3 | 9D | 0 | 13 | 1D | D | 15 | 30 | 4A |
| Octal | 335 | 263 | 235 | 0 | 23 | 35 | 15 | 25 | 60 | 112 |
| Binary | 11011101 | 10110011 | 10011101 | 0 | 10011 | 11101 | 1101 | 10101 | 110000 | 1001010 |
Color Harmonies of #DDB39D
Complementary color
Monochromatic Colors of #DDB39D
Black with #DDB39D
Text Example
Text Example
White with #DDB39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB39D; }
p { color: rgb(221,179,157); }
H1.HeaderClassName
{
color: #DDB39D;
}
.AnyTagClassName
{
color: #DDB39D;
}
</style>
background-color css
<style>
a { background-color: #DDB39D; }
a { background-color: rgb(221,179,157); }
div.DivClassName
{
background-color: #DDB39D;
}
.BgClassName
{
background-color: #DDB39D;
}
</style>
border-color css
<style>
span { border-color: #DDB39D; }
span { border-color: rgb(221,179,157); }
td.TdClassName
{
border-color: #DDB39D;
}
.TagClassName
{
border-color: #DDB39D;
}
</style>