Shades of Just Right #DFC1AD
Tints of Just Right #DFC1AD
RGB
CMYK
RGB Variations
Color information
#DFC1AD (or 0xDFC1AD) is known color: Just Right. HEX triplet: DF, C1 and AD. RGB value is (223,193,173). Sum of RGB (Red+Green+Blue) = 223+193+173=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC1AD is #203E52. Grayscale: #C7C7C7. Windows color (decimal): -2113107 or 11387359. OLE color: 11387359.
HSL color Cylindrical-coordinate representation of color #DFC1AD: hue angle of 24º 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 #DFC1AD is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 173 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.13 |
| HSL | 24º | 0.44% | 0.78% | - |
| HSV(B) | 24º | 0.22% | 0.87% | - |
| XYZ | 57.04 | 56.85 | 47.5 | - |
| YUV | 199.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 173 | 0 | 0.13 | 0.22 | 0.13 | 24 | 0.44 | 0.78 |
| Hex | DF | C1 | AD | 0 | D | 16 | D | 18 | 2C | 4E |
| Octal | 337 | 301 | 255 | 0 | 15 | 26 | 15 | 30 | 54 | 116 |
| Binary | 11011111 | 11000001 | 10101101 | 0 | 1101 | 10110 | 1101 | 11000 | 101100 | 1001110 |
Color Harmonies of #DFC1AD
Complementary color
Monochromatic Colors of #DFC1AD
Black with #DFC1AD
Text Example
Text Example
White with #DFC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1AD; }
p { color: rgb(223,193,173); }
H1.HeaderClassName
{
color: #DFC1AD;
}
.AnyTagClassName
{
color: #DFC1AD;
}
</style>
background-color css
<style>
a { background-color: #DFC1AD; }
a { background-color: rgb(223,193,173); }
div.DivClassName
{
background-color: #DFC1AD;
}
.BgClassName
{
background-color: #DFC1AD;
}
</style>
border-color css
<style>
span { border-color: #DFC1AD; }
span { border-color: rgb(223,193,173); }
td.TdClassName
{
border-color: #DFC1AD;
}
.TagClassName
{
border-color: #DFC1AD;
}
</style>