Shades of Just Right #DDBAA9
Tints of Just Right #DDBAA9
RGB
CMYK
RGB Variations
Color information
#DDBAA9 (or 0xDDBAA9) is known color: Just Right. HEX triplet: DD, BA and A9. RGB value is (221,186,169). Sum of RGB (Red+Green+Blue) = 221+186+169=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 169 (66.41% from 255 or 29.34% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA9 is #224556. Grayscale: #C2C2C2. Windows color (decimal): -2245975 or 11123421. OLE color: 11123421.
HSL color Cylindrical-coordinate representation of color #DDBAA9: hue angle of 19.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDBAA9 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 169 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.13 |
| HSL | 19.62º | 0.43% | 0.76% | - |
| HSV(B) | 19.62º | 0.24% | 0.87% | - |
| XYZ | 54.54 | 53.35 | 44.96 | - |
| YUV | 194.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 169 | 0 | 0.16 | 0.24 | 0.13 | 19.62 | 0.43 | 0.76 |
| Hex | DD | BA | A9 | 0 | 10 | 18 | D | 14 | 2B | 4C |
| Octal | 335 | 272 | 251 | 0 | 20 | 30 | 15 | 24 | 53 | 114 |
| Binary | 11011101 | 10111010 | 10101001 | 0 | 10000 | 11000 | 1101 | 10100 | 101011 | 1001100 |
Color Harmonies of #DDBAA9
Complementary color
Monochromatic Colors of #DDBAA9
Black with #DDBAA9
Text Example
Text Example
White with #DDBAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAA9; }
p { color: rgb(221,186,169); }
H1.HeaderClassName
{
color: #DDBAA9;
}
.AnyTagClassName
{
color: #DDBAA9;
}
</style>
background-color css
<style>
a { background-color: #DDBAA9; }
a { background-color: rgb(221,186,169); }
div.DivClassName
{
background-color: #DDBAA9;
}
.BgClassName
{
background-color: #DDBAA9;
}
</style>
border-color css
<style>
span { border-color: #DDBAA9; }
span { border-color: rgb(221,186,169); }
td.TdClassName
{
border-color: #DDBAA9;
}
.TagClassName
{
border-color: #DDBAA9;
}
</style>