Shades of Just Right #DDBCA2
Tints of Just Right #DDBCA2
RGB
CMYK
RGB Variations
Color information
#DDBCA2 (or 0xDDBCA2) is known color: Just Right. HEX triplet: DD, BC and A2. RGB value is (221,188,162). Sum of RGB (Red+Green+Blue) = 221+188+162=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCA2 is #22435D. Grayscale: #C3C3C3. Windows color (decimal): -2245470 or 10665181. OLE color: 10665181.
HSL color Cylindrical-coordinate representation of color #DDBCA2: hue angle of 26.44º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDBCA2 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 162 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.13 |
| HSL | 26.44º | 0.46% | 0.75% | - |
| HSV(B) | 26.44º | 0.27% | 0.87% | - |
| XYZ | 54.32 | 53.95 | 41.73 | - |
| YUV | 194.9 | 109.43 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 162 | 0 | 0.15 | 0.27 | 0.13 | 26.44 | 0.46 | 0.75 |
| Hex | DD | BC | A2 | 0 | F | 1B | D | 1A | 2E | 4B |
| Octal | 335 | 274 | 242 | 0 | 17 | 33 | 15 | 32 | 56 | 113 |
| Binary | 11011101 | 10111100 | 10100010 | 0 | 1111 | 11011 | 1101 | 11010 | 101110 | 1001011 |
Color Harmonies of #DDBCA2
Complementary color
Monochromatic Colors of #DDBCA2
Black with #DDBCA2
Text Example
Text Example
White with #DDBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCA2; }
p { color: rgb(221,188,162); }
H1.HeaderClassName
{
color: #DDBCA2;
}
.AnyTagClassName
{
color: #DDBCA2;
}
</style>
background-color css
<style>
a { background-color: #DDBCA2; }
a { background-color: rgb(221,188,162); }
div.DivClassName
{
background-color: #DDBCA2;
}
.BgClassName
{
background-color: #DDBCA2;
}
</style>
border-color css
<style>
span { border-color: #DDBCA2; }
span { border-color: rgb(221,188,162); }
td.TdClassName
{
border-color: #DDBCA2;
}
.TagClassName
{
border-color: #DDBCA2;
}
</style>