Shades of Spanish White #DFD0B9
Tints of Spanish White #DFD0B9
RGB
CMYK
RGB Variations
Color information
#DFD0B9 (or 0xDFD0B9) is known color: Spanish White. HEX triplet: DF, D0 and B9. RGB value is (223,208,185). Sum of RGB (Red+Green+Blue) = 223+208+185=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0B9 is #202F46. Grayscale: #D1D1D1. Windows color (decimal): -2109255 or 12177631. OLE color: 12177631.
HSL color Cylindrical-coordinate representation of color #DFD0B9: hue angle of 36.32º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFD0B9 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 185 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.13 |
| HSL | 36.32º | 0.37% | 0.8% | - |
| HSV(B) | 36.32º | 0.17% | 0.87% | - |
| XYZ | 61.74 | 64.3 | 55.06 | - |
| YUV | 209.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 185 | 0 | 0.07 | 0.17 | 0.13 | 36.32 | 0.37 | 0.8 |
| Hex | DF | D0 | B9 | 0 | 7 | 11 | D | 24 | 25 | 50 |
| Octal | 337 | 320 | 271 | 0 | 7 | 21 | 15 | 44 | 45 | 120 |
| Binary | 11011111 | 11010000 | 10111001 | 0 | 111 | 10001 | 1101 | 100100 | 100101 | 1010000 |
Color Harmonies of #DFD0B9
Complementary color
Monochromatic Colors of #DFD0B9
Black with #DFD0B9
Text Example
Text Example
White with #DFD0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0B9; }
p { color: rgb(223,208,185); }
H1.HeaderClassName
{
color: #DFD0B9;
}
.AnyTagClassName
{
color: #DFD0B9;
}
</style>
background-color css
<style>
a { background-color: #DFD0B9; }
a { background-color: rgb(223,208,185); }
div.DivClassName
{
background-color: #DFD0B9;
}
.BgClassName
{
background-color: #DFD0B9;
}
</style>
border-color css
<style>
span { border-color: #DFD0B9; }
span { border-color: rgb(223,208,185); }
td.TdClassName
{
border-color: #DFD0B9;
}
.TagClassName
{
border-color: #DFD0B9;
}
</style>