Shades of Just Right #DDC0AA
Tints of Just Right #DDC0AA
RGB
CMYK
RGB Variations
Color information
#DDC0AA (or 0xDDC0AA) is known color: Just Right. HEX triplet: DD, C0 and AA. RGB value is (221,192,170). Sum of RGB (Red+Green+Blue) = 221+192+170=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AA is #223F55. Grayscale: #C6C6C6. Windows color (decimal): -2244438 or 11190493. OLE color: 11190493.
HSL color Cylindrical-coordinate representation of color #DDC0AA: hue angle of 25.88º 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 #DDC0AA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 170 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.13 |
| HSL | 25.88º | 0.43% | 0.77% | - |
| HSV(B) | 25.88º | 0.23% | 0.87% | - |
| XYZ | 55.92 | 55.97 | 45.89 | - |
| YUV | 198.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 170 | 0 | 0.13 | 0.23 | 0.13 | 25.88 | 0.43 | 0.77 |
| Hex | DD | C0 | AA | 0 | D | 17 | D | 1A | 2B | 4D |
| Octal | 335 | 300 | 252 | 0 | 15 | 27 | 15 | 32 | 53 | 115 |
| Binary | 11011101 | 11000000 | 10101010 | 0 | 1101 | 10111 | 1101 | 11010 | 101011 | 1001101 |
Color Harmonies of #DDC0AA
Complementary color
Monochromatic Colors of #DDC0AA
Black with #DDC0AA
Text Example
Text Example
White with #DDC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0AA; }
p { color: rgb(221,192,170); }
H1.HeaderClassName
{
color: #DDC0AA;
}
.AnyTagClassName
{
color: #DDC0AA;
}
</style>
background-color css
<style>
a { background-color: #DDC0AA; }
a { background-color: rgb(221,192,170); }
div.DivClassName
{
background-color: #DDC0AA;
}
.BgClassName
{
background-color: #DDC0AA;
}
</style>
border-color css
<style>
span { border-color: #DDC0AA; }
span { border-color: rgb(221,192,170); }
td.TdClassName
{
border-color: #DDC0AA;
}
.TagClassName
{
border-color: #DDC0AA;
}
</style>