Shades of Just Right #DFC2AD
Tints of Just Right #DFC2AD
RGB
CMYK
RGB Variations
Color information
#DFC2AD (or 0xDFC2AD) is known color: Just Right. HEX triplet: DF, C2 and AD. RGB value is (223,194,173). Sum of RGB (Red+Green+Blue) = 223+194+173=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC2AD is #203D52. Grayscale: #C8C8C8. Windows color (decimal): -2112851 or 11387615. OLE color: 11387615.
HSL color Cylindrical-coordinate representation of color #DFC2AD: hue angle of 25.2º degrees, saturation: 0.44, 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 #DFC2AD is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 173 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.13 |
| HSL | 25.2º | 0.44% | 0.78% | - |
| HSV(B) | 25.2º | 0.22% | 0.87% | - |
| XYZ | 57.27 | 57.29 | 47.57 | - |
| YUV | 200.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 173 | 0 | 0.13 | 0.22 | 0.13 | 25.2 | 0.44 | 0.78 |
| Hex | DF | C2 | AD | 0 | D | 16 | D | 19 | 2C | 4E |
| Octal | 337 | 302 | 255 | 0 | 15 | 26 | 15 | 31 | 54 | 116 |
| Binary | 11011111 | 11000010 | 10101101 | 0 | 1101 | 10110 | 1101 | 11001 | 101100 | 1001110 |
Color Harmonies of #DFC2AD
Complementary color
Monochromatic Colors of #DFC2AD
Black with #DFC2AD
Text Example
Text Example
White with #DFC2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2AD; }
p { color: rgb(223,194,173); }
H1.HeaderClassName
{
color: #DFC2AD;
}
.AnyTagClassName
{
color: #DFC2AD;
}
</style>
background-color css
<style>
a { background-color: #DFC2AD; }
a { background-color: rgb(223,194,173); }
div.DivClassName
{
background-color: #DFC2AD;
}
.BgClassName
{
background-color: #DFC2AD;
}
</style>
border-color css
<style>
span { border-color: #DFC2AD; }
span { border-color: rgb(223,194,173); }
td.TdClassName
{
border-color: #DFC2AD;
}
.TagClassName
{
border-color: #DFC2AD;
}
</style>