Shades of Just Right #DDB9AA
Tints of Just Right #DDB9AA
RGB
CMYK
RGB Variations
Color information
#DDB9AA (or 0xDDB9AA) is known color: Just Right. HEX triplet: DD, B9 and AA. RGB value is (221,185,170). Sum of RGB (Red+Green+Blue) = 221+185+170=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9AA is #224655. Grayscale: #C2C2C2. Windows color (decimal): -2246230 or 11188701. OLE color: 11188701.
HSL color Cylindrical-coordinate representation of color #DDB9AA: hue angle of 17.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB9AA is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 170 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.13 |
| HSL | 17.65º | 0.43% | 0.77% | - |
| HSV(B) | 17.65º | 0.23% | 0.87% | - |
| XYZ | 54.42 | 52.97 | 45.39 | - |
| YUV | 194.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 170 | 0 | 0.16 | 0.23 | 0.13 | 17.65 | 0.43 | 0.77 |
| Hex | DD | B9 | AA | 0 | 10 | 17 | D | 12 | 2B | 4D |
| Octal | 335 | 271 | 252 | 0 | 20 | 27 | 15 | 22 | 53 | 115 |
| Binary | 11011101 | 10111001 | 10101010 | 0 | 10000 | 10111 | 1101 | 10010 | 101011 | 1001101 |
Color Harmonies of #DDB9AA
Complementary color
Monochromatic Colors of #DDB9AA
Black with #DDB9AA
Text Example
Text Example
White with #DDB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9AA; }
p { color: rgb(221,185,170); }
H1.HeaderClassName
{
color: #DDB9AA;
}
.AnyTagClassName
{
color: #DDB9AA;
}
</style>
background-color css
<style>
a { background-color: #DDB9AA; }
a { background-color: rgb(221,185,170); }
div.DivClassName
{
background-color: #DDB9AA;
}
.BgClassName
{
background-color: #DDB9AA;
}
</style>
border-color css
<style>
span { border-color: #DDB9AA; }
span { border-color: rgb(221,185,170); }
td.TdClassName
{
border-color: #DDB9AA;
}
.TagClassName
{
border-color: #DDB9AA;
}
</style>