Shades of Just Right #DDC2AE
Tints of Just Right #DDC2AE
RGB
CMYK
RGB Variations
Color information
#DDC2AE (or 0xDDC2AE) is known color: Just Right. HEX triplet: DD, C2 and AE. RGB value is (221,194,174). Sum of RGB (Red+Green+Blue) = 221+194+174=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC2AE is #223D51. Grayscale: #C7C7C7. Windows color (decimal): -2243922 or 11453149. OLE color: 11453149.
HSL color Cylindrical-coordinate representation of color #DDC2AE: hue angle of 25.53º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC2AE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 174 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.13 |
| HSL | 25.53º | 0.41% | 0.77% | - |
| HSV(B) | 25.53º | 0.21% | 0.87% | - |
| XYZ | 56.75 | 57.01 | 48.06 | - |
| YUV | 199.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 174 | 0 | 0.12 | 0.21 | 0.13 | 25.53 | 0.41 | 0.77 |
| Hex | DD | C2 | AE | 0 | C | 15 | D | 1A | 29 | 4D |
| Octal | 335 | 302 | 256 | 0 | 14 | 25 | 15 | 32 | 51 | 115 |
| Binary | 11011101 | 11000010 | 10101110 | 0 | 1100 | 10101 | 1101 | 11010 | 101001 | 1001101 |
Color Harmonies of #DDC2AE
Complementary color
Monochromatic Colors of #DDC2AE
Black with #DDC2AE
Text Example
Text Example
White with #DDC2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2AE; }
p { color: rgb(221,194,174); }
H1.HeaderClassName
{
color: #DDC2AE;
}
.AnyTagClassName
{
color: #DDC2AE;
}
</style>
background-color css
<style>
a { background-color: #DDC2AE; }
a { background-color: rgb(221,194,174); }
div.DivClassName
{
background-color: #DDC2AE;
}
.BgClassName
{
background-color: #DDC2AE;
}
</style>
border-color css
<style>
span { border-color: #DDC2AE; }
span { border-color: rgb(221,194,174); }
td.TdClassName
{
border-color: #DDC2AE;
}
.TagClassName
{
border-color: #DDC2AE;
}
</style>