Shades of Just Right #DFC2AF
Tints of Just Right #DFC2AF
RGB
CMYK
RGB Variations
Color information
#DFC2AF (or 0xDFC2AF) is known color: Just Right. HEX triplet: DF, C2 and AF. RGB value is (223,194,175). Sum of RGB (Red+Green+Blue) = 223+194+175=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC2AF is #203D50. Grayscale: #C8C8C8. Windows color (decimal): -2112849 or 11518687. OLE color: 11518687.
HSL color Cylindrical-coordinate representation of color #DFC2AF: hue angle of 23.75º 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 #DFC2AF is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 175 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.13 |
| HSL | 23.75º | 0.43% | 0.78% | - |
| HSV(B) | 23.75º | 0.22% | 0.87% | - |
| XYZ | 57.46 | 57.37 | 48.6 | - |
| YUV | 200.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 175 | 0 | 0.13 | 0.22 | 0.13 | 23.75 | 0.43 | 0.78 |
| Hex | DF | C2 | AF | 0 | D | 16 | D | 18 | 2B | 4E |
| Octal | 337 | 302 | 257 | 0 | 15 | 26 | 15 | 30 | 53 | 116 |
| Binary | 11011111 | 11000010 | 10101111 | 0 | 1101 | 10110 | 1101 | 11000 | 101011 | 1001110 |
Color Harmonies of #DFC2AF
Complementary color
Monochromatic Colors of #DFC2AF
Black with #DFC2AF
Text Example
Text Example
White with #DFC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2AF; }
p { color: rgb(223,194,175); }
H1.HeaderClassName
{
color: #DFC2AF;
}
.AnyTagClassName
{
color: #DFC2AF;
}
</style>
background-color css
<style>
a { background-color: #DFC2AF; }
a { background-color: rgb(223,194,175); }
div.DivClassName
{
background-color: #DFC2AF;
}
.BgClassName
{
background-color: #DFC2AF;
}
</style>
border-color css
<style>
span { border-color: #DFC2AF; }
span { border-color: rgb(223,194,175); }
td.TdClassName
{
border-color: #DFC2AF;
}
.TagClassName
{
border-color: #DFC2AF;
}
</style>