Shades of Just Right #DDBAA8
Tints of Just Right #DDBAA8
RGB
CMYK
RGB Variations
Color information
#DDBAA8 (or 0xDDBAA8) is known color: Just Right. HEX triplet: DD, BA and A8. RGB value is (221,186,168). Sum of RGB (Red+Green+Blue) = 221+186+168=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBAA8 is #224557. Grayscale: #C2C2C2. Windows color (decimal): -2245976 or 11057885. OLE color: 11057885.
HSL color Cylindrical-coordinate representation of color #DDBAA8: hue angle of 20.38º degrees, saturation: 0.44, 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 #DDBAA8 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 168 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.13 |
| HSL | 20.38º | 0.44% | 0.76% | - |
| HSV(B) | 20.38º | 0.24% | 0.87% | - |
| XYZ | 54.45 | 53.32 | 44.47 | - |
| YUV | 194.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 168 | 0 | 0.16 | 0.24 | 0.13 | 20.38 | 0.44 | 0.76 |
| Hex | DD | BA | A8 | 0 | 10 | 18 | D | 14 | 2C | 4C |
| Octal | 335 | 272 | 250 | 0 | 20 | 30 | 15 | 24 | 54 | 114 |
| Binary | 11011101 | 10111010 | 10101000 | 0 | 10000 | 11000 | 1101 | 10100 | 101100 | 1001100 |
Color Harmonies of #DDBAA8
Complementary color
Monochromatic Colors of #DDBAA8
Black with #DDBAA8
Text Example
Text Example
White with #DDBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAA8; }
p { color: rgb(221,186,168); }
H1.HeaderClassName
{
color: #DDBAA8;
}
.AnyTagClassName
{
color: #DDBAA8;
}
</style>
background-color css
<style>
a { background-color: #DDBAA8; }
a { background-color: rgb(221,186,168); }
div.DivClassName
{
background-color: #DDBAA8;
}
.BgClassName
{
background-color: #DDBAA8;
}
</style>
border-color css
<style>
span { border-color: #DDBAA8; }
span { border-color: rgb(221,186,168); }
td.TdClassName
{
border-color: #DDBAA8;
}
.TagClassName
{
border-color: #DDBAA8;
}
</style>