Shades of Spanish White #DFD1BB
Tints of Spanish White #DFD1BB
RGB
CMYK
RGB Variations
Color information
#DFD1BB (or 0xDFD1BB) is known color: Spanish White. HEX triplet: DF, D1 and BB. RGB value is (223,209,187). Sum of RGB (Red+Green+Blue) = 223+209+187=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1BB is #202E44. Grayscale: #D2D2D2. Windows color (decimal): -2108997 or 12308959. OLE color: 12308959.
HSL color Cylindrical-coordinate representation of color #DFD1BB: hue angle of 36.67º 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 #DFD1BB is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 187 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.13 |
| HSL | 36.67º | 0.36% | 0.8% | - |
| HSV(B) | 36.67º | 0.16% | 0.87% | - |
| XYZ | 62.2 | 64.88 | 56.26 | - |
| YUV | 210.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 187 | 0 | 0.06 | 0.16 | 0.13 | 36.67 | 0.36 | 0.8 |
| Hex | DF | D1 | BB | 0 | 6 | 10 | D | 25 | 24 | 50 |
| Octal | 337 | 321 | 273 | 0 | 6 | 20 | 15 | 45 | 44 | 120 |
| Binary | 11011111 | 11010001 | 10111011 | 0 | 110 | 10000 | 1101 | 100101 | 100100 | 1010000 |
Color Harmonies of #DFD1BB
Complementary color
Monochromatic Colors of #DFD1BB
Black with #DFD1BB
Text Example
Text Example
White with #DFD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1BB; }
p { color: rgb(223,209,187); }
H1.HeaderClassName
{
color: #DFD1BB;
}
.AnyTagClassName
{
color: #DFD1BB;
}
</style>
background-color css
<style>
a { background-color: #DFD1BB; }
a { background-color: rgb(223,209,187); }
div.DivClassName
{
background-color: #DFD1BB;
}
.BgClassName
{
background-color: #DFD1BB;
}
</style>
border-color css
<style>
span { border-color: #DFD1BB; }
span { border-color: rgb(223,209,187); }
td.TdClassName
{
border-color: #DFD1BB;
}
.TagClassName
{
border-color: #DFD1BB;
}
</style>