Shades of Just Right #DDC2AF
Tints of Just Right #DDC2AF
RGB
CMYK
RGB Variations
Color information
#DDC2AF (or 0xDDC2AF) is known color: Just Right. HEX triplet: DD, C2 and AF. RGB value is (221,194,175). Sum of RGB (Red+Green+Blue) = 221+194+175=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC2AF is #223D50. Grayscale: #C8C8C8. Windows color (decimal): -2243921 or 11518685. OLE color: 11518685.
HSL color Cylindrical-coordinate representation of color #DDC2AF: hue angle of 24.78º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC2AF is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 175 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.13 |
| HSL | 24.78º | 0.4% | 0.78% | - |
| HSV(B) | 24.78º | 0.21% | 0.87% | - |
| XYZ | 56.85 | 57.05 | 48.57 | - |
| YUV | 199.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 175 | 0 | 0.12 | 0.21 | 0.13 | 24.78 | 0.4 | 0.78 |
| Hex | DD | C2 | AF | 0 | C | 15 | D | 19 | 28 | 4E |
| Octal | 335 | 302 | 257 | 0 | 14 | 25 | 15 | 31 | 50 | 116 |
| Binary | 11011101 | 11000010 | 10101111 | 0 | 1100 | 10101 | 1101 | 11001 | 101000 | 1001110 |
Color Harmonies of #DDC2AF
Complementary color
Monochromatic Colors of #DDC2AF
Black with #DDC2AF
Text Example
Text Example
White with #DDC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2AF; }
p { color: rgb(221,194,175); }
H1.HeaderClassName
{
color: #DDC2AF;
}
.AnyTagClassName
{
color: #DDC2AF;
}
</style>
background-color css
<style>
a { background-color: #DDC2AF; }
a { background-color: rgb(221,194,175); }
div.DivClassName
{
background-color: #DDC2AF;
}
.BgClassName
{
background-color: #DDC2AF;
}
</style>
border-color css
<style>
span { border-color: #DDC2AF; }
span { border-color: rgb(221,194,175); }
td.TdClassName
{
border-color: #DDC2AF;
}
.TagClassName
{
border-color: #DDC2AF;
}
</style>