Shades of Spanish White #DFCFAC
Tints of Spanish White #DFCFAC
RGB
CMYK
RGB Variations
Color information
#DFCFAC (or 0xDFCFAC) is known color: Spanish White. HEX triplet: DF, CF and AC. RGB value is (223,207,172). Sum of RGB (Red+Green+Blue) = 223+207+172=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCFAC is #203053. Grayscale: #CFCFCF. Windows color (decimal): -2109524 or 11325407. OLE color: 11325407.
HSL color Cylindrical-coordinate representation of color #DFCFAC: hue angle of 41.18º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFCFAC is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 207 | 172 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.13 |
| HSL | 41.18º | 0.44% | 0.77% | - |
| HSV(B) | 41.18º | 0.23% | 0.87% | - |
| XYZ | 60.19 | 63.29 | 48.07 | - |
| YUV | 207.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 207 | 172 | 0 | 0.07 | 0.23 | 0.13 | 41.18 | 0.44 | 0.77 |
| Hex | DF | CF | AC | 0 | 7 | 17 | D | 29 | 2C | 4D |
| Octal | 337 | 317 | 254 | 0 | 7 | 27 | 15 | 51 | 54 | 115 |
| Binary | 11011111 | 11001111 | 10101100 | 0 | 111 | 10111 | 1101 | 101001 | 101100 | 1001101 |
Color Harmonies of #DFCFAC
Complementary color
Monochromatic Colors of #DFCFAC
Black with #DFCFAC
Text Example
Text Example
White with #DFCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCFAC; }
p { color: rgb(223,207,172); }
H1.HeaderClassName
{
color: #DFCFAC;
}
.AnyTagClassName
{
color: #DFCFAC;
}
</style>
background-color css
<style>
a { background-color: #DFCFAC; }
a { background-color: rgb(223,207,172); }
div.DivClassName
{
background-color: #DFCFAC;
}
.BgClassName
{
background-color: #DFCFAC;
}
</style>
border-color css
<style>
span { border-color: #DFCFAC; }
span { border-color: rgb(223,207,172); }
td.TdClassName
{
border-color: #DFCFAC;
}
.TagClassName
{
border-color: #DFCFAC;
}
</style>