Shades of Cashmere #DDB19A
Tints of Cashmere #DDB19A
RGB
CMYK
RGB Variations
Color information
#DDB19A (or 0xDDB19A) is known color: Cashmere. HEX triplet: DD, B1 and 9A. RGB value is (221,177,154). Sum of RGB (Red+Green+Blue) = 221+177+154=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB19A is #224E65. Grayscale: #BBBBBB. Windows color (decimal): -2248294 or 10138077. OLE color: 10138077.
HSL color Cylindrical-coordinate representation of color #DDB19A: hue angle of 20.6º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB19A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 154 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.13 |
| HSL | 20.6º | 0.5% | 0.74% | - |
| HSV(B) | 20.6º | 0.3% | 0.87% | - |
| XYZ | 51.37 | 49.15 | 37.35 | - |
| YUV | 187.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 154 | 0 | 0.20 | 0.30 | 0.13 | 20.6 | 0.5 | 0.74 |
| Hex | DD | B1 | 9A | 0 | 14 | 1E | D | 15 | 32 | 4A |
| Octal | 335 | 261 | 232 | 0 | 24 | 36 | 15 | 25 | 62 | 112 |
| Binary | 11011101 | 10110001 | 10011010 | 0 | 10100 | 11110 | 1101 | 10101 | 110010 | 1001010 |
Color Harmonies of #DDB19A
Complementary color
Monochromatic Colors of #DDB19A
Black with #DDB19A
Text Example
Text Example
White with #DDB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB19A; }
p { color: rgb(221,177,154); }
H1.HeaderClassName
{
color: #DDB19A;
}
.AnyTagClassName
{
color: #DDB19A;
}
</style>
background-color css
<style>
a { background-color: #DDB19A; }
a { background-color: rgb(221,177,154); }
div.DivClassName
{
background-color: #DDB19A;
}
.BgClassName
{
background-color: #DDB19A;
}
</style>
border-color css
<style>
span { border-color: #DDB19A; }
span { border-color: rgb(221,177,154); }
td.TdClassName
{
border-color: #DDB19A;
}
.TagClassName
{
border-color: #DDB19A;
}
</style>