Shades of Just Right #DFC0AA
Tints of Just Right #DFC0AA
RGB
CMYK
RGB Variations
Color information
#DFC0AA (or 0xDFC0AA) is known color: Just Right. HEX triplet: DF, C0 and AA. RGB value is (223,192,170). Sum of RGB (Red+Green+Blue) = 223+192+170=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AA is #203F55. Grayscale: #C6C6C6. Windows color (decimal): -2113366 or 11190495. OLE color: 11190495.
HSL color Cylindrical-coordinate representation of color #DFC0AA: hue angle of 24.91º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC0AA is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 170 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.13 |
| HSL | 24.91º | 0.45% | 0.77% | - |
| HSV(B) | 24.91º | 0.24% | 0.87% | - |
| XYZ | 56.54 | 56.29 | 45.92 | - |
| YUV | 198.76 | 111.77 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 170 | 0 | 0.14 | 0.24 | 0.13 | 24.91 | 0.45 | 0.77 |
| Hex | DF | C0 | AA | 0 | E | 18 | D | 19 | 2D | 4D |
| Octal | 337 | 300 | 252 | 0 | 16 | 30 | 15 | 31 | 55 | 115 |
| Binary | 11011111 | 11000000 | 10101010 | 0 | 1110 | 11000 | 1101 | 11001 | 101101 | 1001101 |
Color Harmonies of #DFC0AA
Complementary color
Monochromatic Colors of #DFC0AA
Black with #DFC0AA
Text Example
Text Example
White with #DFC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0AA; }
p { color: rgb(223,192,170); }
H1.HeaderClassName
{
color: #DFC0AA;
}
.AnyTagClassName
{
color: #DFC0AA;
}
</style>
background-color css
<style>
a { background-color: #DFC0AA; }
a { background-color: rgb(223,192,170); }
div.DivClassName
{
background-color: #DFC0AA;
}
.BgClassName
{
background-color: #DFC0AA;
}
</style>
border-color css
<style>
span { border-color: #DFC0AA; }
span { border-color: rgb(223,192,170); }
td.TdClassName
{
border-color: #DFC0AA;
}
.TagClassName
{
border-color: #DFC0AA;
}
</style>