Shades of Spanish White #DFD0BB
Tints of Spanish White #DFD0BB
RGB
CMYK
RGB Variations
Color information
#DFD0BB (or 0xDFD0BB) is known color: Spanish White. HEX triplet: DF, D0 and BB. RGB value is (223,208,187). Sum of RGB (Red+Green+Blue) = 223+208+187=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0BB is #202F44. Grayscale: #D2D2D2. Windows color (decimal): -2109253 or 12308703. OLE color: 12308703.
HSL color Cylindrical-coordinate representation of color #DFD0BB: hue angle of 35º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFD0BB is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 187 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.13 |
| HSL | 35º | 0.36% | 0.8% | - |
| HSV(B) | 35º | 0.16% | 0.87% | - |
| XYZ | 61.96 | 64.39 | 56.18 | - |
| YUV | 210.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 187 | 0 | 0.07 | 0.16 | 0.13 | 35 | 0.36 | 0.8 |
| Hex | DF | D0 | BB | 0 | 7 | 10 | D | 23 | 24 | 50 |
| Octal | 337 | 320 | 273 | 0 | 7 | 20 | 15 | 43 | 44 | 120 |
| Binary | 11011111 | 11010000 | 10111011 | 0 | 111 | 10000 | 1101 | 100011 | 100100 | 1010000 |
Color Harmonies of #DFD0BB
Complementary color
Monochromatic Colors of #DFD0BB
Black with #DFD0BB
Text Example
Text Example
White with #DFD0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0BB; }
p { color: rgb(223,208,187); }
H1.HeaderClassName
{
color: #DFD0BB;
}
.AnyTagClassName
{
color: #DFD0BB;
}
</style>
background-color css
<style>
a { background-color: #DFD0BB; }
a { background-color: rgb(223,208,187); }
div.DivClassName
{
background-color: #DFD0BB;
}
.BgClassName
{
background-color: #DFD0BB;
}
</style>
border-color css
<style>
span { border-color: #DFD0BB; }
span { border-color: rgb(223,208,187); }
td.TdClassName
{
border-color: #DFD0BB;
}
.TagClassName
{
border-color: #DFD0BB;
}
</style>