Shades of Just Right #DDB9A8
Tints of Just Right #DDB9A8
RGB
CMYK
RGB Variations
Color information
#DDB9A8 (or 0xDDB9A8) is known color: Just Right. HEX triplet: DD, B9 and A8. RGB value is (221,185,168). Sum of RGB (Red+Green+Blue) = 221+185+168=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB9A8 is #224657. Grayscale: #C1C1C1. Windows color (decimal): -2246232 or 11057629. OLE color: 11057629.
HSL color Cylindrical-coordinate representation of color #DDB9A8: hue angle of 19.25º 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 #DDB9A8 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 168 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.13 |
| HSL | 19.25º | 0.44% | 0.76% | - |
| HSV(B) | 19.25º | 0.24% | 0.87% | - |
| XYZ | 54.24 | 52.9 | 44.4 | - |
| YUV | 193.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 168 | 0 | 0.16 | 0.24 | 0.13 | 19.25 | 0.44 | 0.76 |
| Hex | DD | B9 | A8 | 0 | 10 | 18 | D | 13 | 2C | 4C |
| Octal | 335 | 271 | 250 | 0 | 20 | 30 | 15 | 23 | 54 | 114 |
| Binary | 11011101 | 10111001 | 10101000 | 0 | 10000 | 11000 | 1101 | 10011 | 101100 | 1001100 |
Color Harmonies of #DDB9A8
Complementary color
Monochromatic Colors of #DDB9A8
Black with #DDB9A8
Text Example
Text Example
White with #DDB9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9A8; }
p { color: rgb(221,185,168); }
H1.HeaderClassName
{
color: #DDB9A8;
}
.AnyTagClassName
{
color: #DDB9A8;
}
</style>
background-color css
<style>
a { background-color: #DDB9A8; }
a { background-color: rgb(221,185,168); }
div.DivClassName
{
background-color: #DDB9A8;
}
.BgClassName
{
background-color: #DDB9A8;
}
</style>
border-color css
<style>
span { border-color: #DDB9A8; }
span { border-color: rgb(221,185,168); }
td.TdClassName
{
border-color: #DDB9A8;
}
.TagClassName
{
border-color: #DDB9A8;
}
</style>