Shades of Spanish White #DFD0B1
Tints of Spanish White #DFD0B1
RGB
CMYK
RGB Variations
Color information
#DFD0B1 (or 0xDFD0B1) is known color: Spanish White. HEX triplet: DF, D0 and B1. RGB value is (223,208,177). Sum of RGB (Red+Green+Blue) = 223+208+177=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD0B1 is #202F4E. Grayscale: #D1D1D1. Windows color (decimal): -2109263 or 11653343. OLE color: 11653343.
HSL color Cylindrical-coordinate representation of color #DFD0B1: hue angle of 40.43º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFD0B1 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 177 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.13 |
| HSL | 40.43º | 0.42% | 0.78% | - |
| HSV(B) | 40.43º | 0.21% | 0.87% | - |
| XYZ | 60.92 | 63.97 | 50.73 | - |
| YUV | 208.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 177 | 0 | 0.07 | 0.21 | 0.13 | 40.43 | 0.42 | 0.78 |
| Hex | DF | D0 | B1 | 0 | 7 | 15 | D | 28 | 2A | 4E |
| Octal | 337 | 320 | 261 | 0 | 7 | 25 | 15 | 50 | 52 | 116 |
| Binary | 11011111 | 11010000 | 10110001 | 0 | 111 | 10101 | 1101 | 101000 | 101010 | 1001110 |
Color Harmonies of #DFD0B1
Complementary color
Monochromatic Colors of #DFD0B1
Black with #DFD0B1
Text Example
Text Example
White with #DFD0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0B1; }
p { color: rgb(223,208,177); }
H1.HeaderClassName
{
color: #DFD0B1;
}
.AnyTagClassName
{
color: #DFD0B1;
}
</style>
background-color css
<style>
a { background-color: #DFD0B1; }
a { background-color: rgb(223,208,177); }
div.DivClassName
{
background-color: #DFD0B1;
}
.BgClassName
{
background-color: #DFD0B1;
}
</style>
border-color css
<style>
span { border-color: #DFD0B1; }
span { border-color: rgb(223,208,177); }
td.TdClassName
{
border-color: #DFD0B1;
}
.TagClassName
{
border-color: #DFD0B1;
}
</style>