Shades of Just Right #DDC1AC
Tints of Just Right #DDC1AC
RGB
CMYK
RGB Variations
Color information
#DDC1AC (or 0xDDC1AC) is known color: Just Right. HEX triplet: DD, C1 and AC. RGB value is (221,193,172). Sum of RGB (Red+Green+Blue) = 221+193+172=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC1AC is #223E53. Grayscale: #C7C7C7. Windows color (decimal): -2244180 or 11321821. OLE color: 11321821.
HSL color Cylindrical-coordinate representation of color #DDC1AC: hue angle of 25.71º degrees, saturation: 0.42, 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 #DDC1AC is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 172 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.13 |
| HSL | 25.71º | 0.42% | 0.77% | - |
| HSV(B) | 25.71º | 0.22% | 0.87% | - |
| XYZ | 56.34 | 56.49 | 46.96 | - |
| YUV | 198.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 172 | 0 | 0.13 | 0.22 | 0.13 | 25.71 | 0.42 | 0.77 |
| Hex | DD | C1 | AC | 0 | D | 16 | D | 1A | 2A | 4D |
| Octal | 335 | 301 | 254 | 0 | 15 | 26 | 15 | 32 | 52 | 115 |
| Binary | 11011101 | 11000001 | 10101100 | 0 | 1101 | 10110 | 1101 | 11010 | 101010 | 1001101 |
Color Harmonies of #DDC1AC
Complementary color
Monochromatic Colors of #DDC1AC
Black with #DDC1AC
Text Example
Text Example
White with #DDC1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1AC; }
p { color: rgb(221,193,172); }
H1.HeaderClassName
{
color: #DDC1AC;
}
.AnyTagClassName
{
color: #DDC1AC;
}
</style>
background-color css
<style>
a { background-color: #DDC1AC; }
a { background-color: rgb(221,193,172); }
div.DivClassName
{
background-color: #DDC1AC;
}
.BgClassName
{
background-color: #DDC1AC;
}
</style>
border-color css
<style>
span { border-color: #DDC1AC; }
span { border-color: rgb(221,193,172); }
td.TdClassName
{
border-color: #DDC1AC;
}
.TagClassName
{
border-color: #DDC1AC;
}
</style>