Shades of Just Right #DDC5B3
Tints of Just Right #DDC5B3
RGB
CMYK
RGB Variations
Color information
#DDC5B3 (or 0xDDC5B3) is known color: Just Right. HEX triplet: DD, C5 and B3. RGB value is (221,197,179). Sum of RGB (Red+Green+Blue) = 221+197+179=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5B3 is #223A4C. Grayscale: #CACACA. Windows color (decimal): -2243149 or 11781597. OLE color: 11781597.
HSL color Cylindrical-coordinate representation of color #DDC5B3: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDC5B3 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 179 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.13 |
| HSL | 25.71º | 0.38% | 0.78% | - |
| HSV(B) | 25.71º | 0.19% | 0.87% | - |
| XYZ | 57.92 | 58.56 | 50.9 | - |
| YUV | 202.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 179 | 0 | 0.11 | 0.19 | 0.13 | 25.71 | 0.38 | 0.78 |
| Hex | DD | C5 | B3 | 0 | B | 13 | D | 1A | 26 | 4E |
| Octal | 335 | 305 | 263 | 0 | 13 | 23 | 15 | 32 | 46 | 116 |
| Binary | 11011101 | 11000101 | 10110011 | 0 | 1011 | 10011 | 1101 | 11010 | 100110 | 1001110 |
Color Harmonies of #DDC5B3
Complementary color
Monochromatic Colors of #DDC5B3
Black with #DDC5B3
Text Example
Text Example
White with #DDC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5B3; }
p { color: rgb(221,197,179); }
H1.HeaderClassName
{
color: #DDC5B3;
}
.AnyTagClassName
{
color: #DDC5B3;
}
</style>
background-color css
<style>
a { background-color: #DDC5B3; }
a { background-color: rgb(221,197,179); }
div.DivClassName
{
background-color: #DDC5B3;
}
.BgClassName
{
background-color: #DDC5B3;
}
</style>
border-color css
<style>
span { border-color: #DDC5B3; }
span { border-color: rgb(221,197,179); }
td.TdClassName
{
border-color: #DDC5B3;
}
.TagClassName
{
border-color: #DDC5B3;
}
</style>