Shades of Just Right #DFC0AE
Tints of Just Right #DFC0AE
RGB
CMYK
RGB Variations
Color information
#DFC0AE (or 0xDFC0AE) is known color: Just Right. HEX triplet: DF, C0 and AE. RGB value is (223,192,174). Sum of RGB (Red+Green+Blue) = 223+192+174=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AE is #203F51. Grayscale: #C7C7C7. Windows color (decimal): -2113362 or 11452639. OLE color: 11452639.
HSL color Cylindrical-coordinate representation of color #DFC0AE: hue angle of 22.04º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC0AE is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 174 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.13 |
| HSL | 22.04º | 0.43% | 0.78% | - |
| HSV(B) | 22.04º | 0.22% | 0.87% | - |
| XYZ | 56.92 | 56.44 | 47.94 | - |
| YUV | 199.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 174 | 0 | 0.14 | 0.22 | 0.13 | 22.04 | 0.43 | 0.78 |
| Hex | DF | C0 | AE | 0 | E | 16 | D | 16 | 2B | 4E |
| Octal | 337 | 300 | 256 | 0 | 16 | 26 | 15 | 26 | 53 | 116 |
| Binary | 11011111 | 11000000 | 10101110 | 0 | 1110 | 10110 | 1101 | 10110 | 101011 | 1001110 |
Color Harmonies of #DFC0AE
Complementary color
Monochromatic Colors of #DFC0AE
Black with #DFC0AE
Text Example
Text Example
White with #DFC0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0AE; }
p { color: rgb(223,192,174); }
H1.HeaderClassName
{
color: #DFC0AE;
}
.AnyTagClassName
{
color: #DFC0AE;
}
</style>
background-color css
<style>
a { background-color: #DFC0AE; }
a { background-color: rgb(223,192,174); }
div.DivClassName
{
background-color: #DFC0AE;
}
.BgClassName
{
background-color: #DFC0AE;
}
</style>
border-color css
<style>
span { border-color: #DFC0AE; }
span { border-color: rgb(223,192,174); }
td.TdClassName
{
border-color: #DFC0AE;
}
.TagClassName
{
border-color: #DFC0AE;
}
</style>