Shades of Just Right #DDC0AE
Tints of Just Right #DDC0AE
RGB
CMYK
RGB Variations
Color information
#DDC0AE (or 0xDDC0AE) is known color: Just Right. HEX triplet: DD, C0 and AE. RGB value is (221,192,174). Sum of RGB (Red+Green+Blue) = 221+192+174=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC0AE is #223F51. Grayscale: #C6C6C6. Windows color (decimal): -2244434 or 11452637. OLE color: 11452637.
HSL color Cylindrical-coordinate representation of color #DDC0AE: hue angle of 22.98º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC0AE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 174 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.13 |
| HSL | 22.98º | 0.41% | 0.77% | - |
| HSV(B) | 22.98º | 0.21% | 0.87% | - |
| XYZ | 56.31 | 56.13 | 47.91 | - |
| YUV | 198.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 174 | 0 | 0.13 | 0.21 | 0.13 | 22.98 | 0.41 | 0.77 |
| Hex | DD | C0 | AE | 0 | D | 15 | D | 17 | 29 | 4D |
| Octal | 335 | 300 | 256 | 0 | 15 | 25 | 15 | 27 | 51 | 115 |
| Binary | 11011101 | 11000000 | 10101110 | 0 | 1101 | 10101 | 1101 | 10111 | 101001 | 1001101 |
Color Harmonies of #DDC0AE
Complementary color
Monochromatic Colors of #DDC0AE
Black with #DDC0AE
Text Example
Text Example
White with #DDC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0AE; }
p { color: rgb(221,192,174); }
H1.HeaderClassName
{
color: #DDC0AE;
}
.AnyTagClassName
{
color: #DDC0AE;
}
</style>
background-color css
<style>
a { background-color: #DDC0AE; }
a { background-color: rgb(221,192,174); }
div.DivClassName
{
background-color: #DDC0AE;
}
.BgClassName
{
background-color: #DDC0AE;
}
</style>
border-color css
<style>
span { border-color: #DDC0AE; }
span { border-color: rgb(221,192,174); }
td.TdClassName
{
border-color: #DDC0AE;
}
.TagClassName
{
border-color: #DDC0AE;
}
</style>