Shades of Just Right #DDBCAE
Tints of Just Right #DDBCAE
RGB
CMYK
RGB Variations
Color information
#DDBCAE (or 0xDDBCAE) is known color: Just Right. HEX triplet: DD, BC and AE. RGB value is (221,188,174). Sum of RGB (Red+Green+Blue) = 221+188+174=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCAE is #224351. Grayscale: #C4C4C4. Windows color (decimal): -2245458 or 11451613. OLE color: 11451613.
HSL color Cylindrical-coordinate representation of color #DDBCAE: hue angle of 17.87º 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 #DDBCAE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 174 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.13 |
| HSL | 17.87º | 0.41% | 0.77% | - |
| HSV(B) | 17.87º | 0.21% | 0.87% | - |
| XYZ | 55.44 | 54.39 | 47.62 | - |
| YUV | 196.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 174 | 0 | 0.15 | 0.21 | 0.13 | 17.87 | 0.41 | 0.77 |
| Hex | DD | BC | AE | 0 | F | 15 | D | 12 | 29 | 4D |
| Octal | 335 | 274 | 256 | 0 | 17 | 25 | 15 | 22 | 51 | 115 |
| Binary | 11011101 | 10111100 | 10101110 | 0 | 1111 | 10101 | 1101 | 10010 | 101001 | 1001101 |
Color Harmonies of #DDBCAE
Complementary color
Monochromatic Colors of #DDBCAE
Black with #DDBCAE
Text Example
Text Example
White with #DDBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCAE; }
p { color: rgb(221,188,174); }
H1.HeaderClassName
{
color: #DDBCAE;
}
.AnyTagClassName
{
color: #DDBCAE;
}
</style>
background-color css
<style>
a { background-color: #DDBCAE; }
a { background-color: rgb(221,188,174); }
div.DivClassName
{
background-color: #DDBCAE;
}
.BgClassName
{
background-color: #DDBCAE;
}
</style>
border-color css
<style>
span { border-color: #DDBCAE; }
span { border-color: rgb(221,188,174); }
td.TdClassName
{
border-color: #DDBCAE;
}
.TagClassName
{
border-color: #DDBCAE;
}
</style>