Shades of Just Right #DDC2B0
Tints of Just Right #DDC2B0
RGB
CMYK
RGB Variations
Color information
#DDC2B0 (or 0xDDC2B0) is known color: Just Right. HEX triplet: DD, C2 and B0. RGB value is (221,194,176). Sum of RGB (Red+Green+Blue) = 221+194+176=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC2B0 is #223D4F. Grayscale: #C8C8C8. Windows color (decimal): -2243920 or 11584221. OLE color: 11584221.
HSL color Cylindrical-coordinate representation of color #DDC2B0: hue angle of 24º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDC2B0 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 176 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.13 |
| HSL | 24º | 0.4% | 0.78% | - |
| HSV(B) | 24º | 0.2% | 0.87% | - |
| XYZ | 56.95 | 57.09 | 49.09 | - |
| YUV | 200.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 176 | 0 | 0.12 | 0.20 | 0.13 | 24 | 0.4 | 0.78 |
| Hex | DD | C2 | B0 | 0 | C | 14 | D | 18 | 28 | 4E |
| Octal | 335 | 302 | 260 | 0 | 14 | 24 | 15 | 30 | 50 | 116 |
| Binary | 11011101 | 11000010 | 10110000 | 0 | 1100 | 10100 | 1101 | 11000 | 101000 | 1001110 |
Color Harmonies of #DDC2B0
Complementary color
Monochromatic Colors of #DDC2B0
Black with #DDC2B0
Text Example
Text Example
White with #DDC2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2B0; }
p { color: rgb(221,194,176); }
H1.HeaderClassName
{
color: #DDC2B0;
}
.AnyTagClassName
{
color: #DDC2B0;
}
</style>
background-color css
<style>
a { background-color: #DDC2B0; }
a { background-color: rgb(221,194,176); }
div.DivClassName
{
background-color: #DDC2B0;
}
.BgClassName
{
background-color: #DDC2B0;
}
</style>
border-color css
<style>
span { border-color: #DDC2B0; }
span { border-color: rgb(221,194,176); }
td.TdClassName
{
border-color: #DDC2B0;
}
.TagClassName
{
border-color: #DDC2B0;
}
</style>