Shades of Just Right #DDBCAB
Tints of Just Right #DDBCAB
RGB
CMYK
RGB Variations
Color information
#DDBCAB (or 0xDDBCAB) is known color: Just Right. HEX triplet: DD, BC and AB. RGB value is (221,188,171). Sum of RGB (Red+Green+Blue) = 221+188+171=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCAB is #224354. Grayscale: #C4C4C4. Windows color (decimal): -2245461 or 11255005. OLE color: 11255005.
HSL color Cylindrical-coordinate representation of color #DDBCAB: hue angle of 20.4º degrees, saturation: 0.42, 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 #DDBCAB is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 171 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.13 |
| HSL | 20.4º | 0.42% | 0.77% | - |
| HSV(B) | 20.4º | 0.23% | 0.87% | - |
| XYZ | 55.15 | 54.28 | 46.1 | - |
| YUV | 195.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 171 | 0 | 0.15 | 0.23 | 0.13 | 20.4 | 0.42 | 0.77 |
| Hex | DD | BC | AB | 0 | F | 17 | D | 14 | 2A | 4D |
| Octal | 335 | 274 | 253 | 0 | 17 | 27 | 15 | 24 | 52 | 115 |
| Binary | 11011101 | 10111100 | 10101011 | 0 | 1111 | 10111 | 1101 | 10100 | 101010 | 1001101 |
Color Harmonies of #DDBCAB
Complementary color
Monochromatic Colors of #DDBCAB
Black with #DDBCAB
Text Example
Text Example
White with #DDBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCAB; }
p { color: rgb(221,188,171); }
H1.HeaderClassName
{
color: #DDBCAB;
}
.AnyTagClassName
{
color: #DDBCAB;
}
</style>
background-color css
<style>
a { background-color: #DDBCAB; }
a { background-color: rgb(221,188,171); }
div.DivClassName
{
background-color: #DDBCAB;
}
.BgClassName
{
background-color: #DDBCAB;
}
</style>
border-color css
<style>
span { border-color: #DDBCAB; }
span { border-color: rgb(221,188,171); }
td.TdClassName
{
border-color: #DDBCAB;
}
.TagClassName
{
border-color: #DDBCAB;
}
</style>