Shades of Spanish White #DFD0B0
Tints of Spanish White #DFD0B0
RGB
CMYK
RGB Variations
Color information
#DFD0B0 (or 0xDFD0B0) is known color: Spanish White. HEX triplet: DF, D0 and B0. RGB value is (223,208,176). Sum of RGB (Red+Green+Blue) = 223+208+176=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD0B0 is #202F4F. Grayscale: #D0D0D0. Windows color (decimal): -2109264 or 11587807. OLE color: 11587807.
HSL color Cylindrical-coordinate representation of color #DFD0B0: hue angle of 40.85º 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 #DFD0B0 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 176 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.13 |
| HSL | 40.85º | 0.42% | 0.78% | - |
| HSV(B) | 40.85º | 0.21% | 0.87% | - |
| XYZ | 60.82 | 63.93 | 50.21 | - |
| YUV | 208.84 | 109.47 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 176 | 0 | 0.07 | 0.21 | 0.13 | 40.85 | 0.42 | 0.78 |
| Hex | DF | D0 | B0 | 0 | 7 | 15 | D | 29 | 2A | 4E |
| Octal | 337 | 320 | 260 | 0 | 7 | 25 | 15 | 51 | 52 | 116 |
| Binary | 11011111 | 11010000 | 10110000 | 0 | 111 | 10101 | 1101 | 101001 | 101010 | 1001110 |
Color Harmonies of #DFD0B0
Complementary color
Monochromatic Colors of #DFD0B0
Black with #DFD0B0
Text Example
Text Example
White with #DFD0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0B0; }
p { color: rgb(223,208,176); }
H1.HeaderClassName
{
color: #DFD0B0;
}
.AnyTagClassName
{
color: #DFD0B0;
}
</style>
background-color css
<style>
a { background-color: #DFD0B0; }
a { background-color: rgb(223,208,176); }
div.DivClassName
{
background-color: #DFD0B0;
}
.BgClassName
{
background-color: #DFD0B0;
}
</style>
border-color css
<style>
span { border-color: #DFD0B0; }
span { border-color: rgb(223,208,176); }
td.TdClassName
{
border-color: #DFD0B0;
}
.TagClassName
{
border-color: #DFD0B0;
}
</style>