Shades of Just Right #DDBDAD
Tints of Just Right #DDBDAD
RGB
CMYK
RGB Variations
Color information
#DDBDAD (or 0xDDBDAD) is known color: Just Right. HEX triplet: DD, BD and AD. RGB value is (221,189,173). Sum of RGB (Red+Green+Blue) = 221+189+173=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBDAD is #224252. Grayscale: #C4C4C4. Windows color (decimal): -2245203 or 11386333. OLE color: 11386333.
HSL color Cylindrical-coordinate representation of color #DDBDAD: hue angle of 20º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBDAD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 173 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.13 |
| HSL | 20º | 0.41% | 0.77% | - |
| HSV(B) | 20º | 0.22% | 0.87% | - |
| XYZ | 55.56 | 54.78 | 47.18 | - |
| YUV | 196.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 173 | 0 | 0.14 | 0.22 | 0.13 | 20 | 0.41 | 0.77 |
| Hex | DD | BD | AD | 0 | E | 16 | D | 14 | 29 | 4D |
| Octal | 335 | 275 | 255 | 0 | 16 | 26 | 15 | 24 | 51 | 115 |
| Binary | 11011101 | 10111101 | 10101101 | 0 | 1110 | 10110 | 1101 | 10100 | 101001 | 1001101 |
Color Harmonies of #DDBDAD
Complementary color
Monochromatic Colors of #DDBDAD
Black with #DDBDAD
Text Example
Text Example
White with #DDBDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDAD; }
p { color: rgb(221,189,173); }
H1.HeaderClassName
{
color: #DDBDAD;
}
.AnyTagClassName
{
color: #DDBDAD;
}
</style>
background-color css
<style>
a { background-color: #DDBDAD; }
a { background-color: rgb(221,189,173); }
div.DivClassName
{
background-color: #DDBDAD;
}
.BgClassName
{
background-color: #DDBDAD;
}
</style>
border-color css
<style>
span { border-color: #DDBDAD; }
span { border-color: rgb(221,189,173); }
td.TdClassName
{
border-color: #DDBDAD;
}
.TagClassName
{
border-color: #DDBDAD;
}
</style>