Shades of Just Right #DDC8B9
Tints of Just Right #DDC8B9
RGB
CMYK
RGB Variations
Color information
#DDC8B9 (or 0xDDC8B9) is known color: Just Right. HEX triplet: DD, C8 and B9. RGB value is (221,200,185). Sum of RGB (Red+Green+Blue) = 221+200+185=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8B9 is #223746. Grayscale: #CCCCCC. Windows color (decimal): -2242375 or 12175581. OLE color: 12175581.
HSL color Cylindrical-coordinate representation of color #DDC8B9: hue angle of 25º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDC8B9 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 185 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.13 |
| HSL | 25º | 0.35% | 0.8% | - |
| HSV(B) | 25º | 0.16% | 0.87% | - |
| XYZ | 59.23 | 60.18 | 54.39 | - |
| YUV | 204.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 185 | 0 | 0.10 | 0.16 | 0.13 | 25 | 0.35 | 0.8 |
| Hex | DD | C8 | B9 | 0 | A | 10 | D | 19 | 23 | 50 |
| Octal | 335 | 310 | 271 | 0 | 12 | 20 | 15 | 31 | 43 | 120 |
| Binary | 11011101 | 11001000 | 10111001 | 0 | 1010 | 10000 | 1101 | 11001 | 100011 | 1010000 |
Color Harmonies of #DDC8B9
Complementary color
Monochromatic Colors of #DDC8B9
Black with #DDC8B9
Text Example
Text Example
White with #DDC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8B9; }
p { color: rgb(221,200,185); }
H1.HeaderClassName
{
color: #DDC8B9;
}
.AnyTagClassName
{
color: #DDC8B9;
}
</style>
background-color css
<style>
a { background-color: #DDC8B9; }
a { background-color: rgb(221,200,185); }
div.DivClassName
{
background-color: #DDC8B9;
}
.BgClassName
{
background-color: #DDC8B9;
}
</style>
border-color css
<style>
span { border-color: #DDC8B9; }
span { border-color: rgb(221,200,185); }
td.TdClassName
{
border-color: #DDC8B9;
}
.TagClassName
{
border-color: #DDC8B9;
}
</style>