Shades of Spanish White #DFD0B4
Tints of Spanish White #DFD0B4
RGB
CMYK
RGB Variations
Color information
#DFD0B4 (or 0xDFD0B4) is known color: Spanish White. HEX triplet: DF, D0 and B4. RGB value is (223,208,180). Sum of RGB (Red+Green+Blue) = 223+208+180=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0B4 is #202F4B. Grayscale: #D1D1D1. Windows color (decimal): -2109260 or 11849951. OLE color: 11849951.
HSL color Cylindrical-coordinate representation of color #DFD0B4: hue angle of 39.07º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFD0B4 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 180 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.13 |
| HSL | 39.07º | 0.4% | 0.79% | - |
| HSV(B) | 39.07º | 0.19% | 0.87% | - |
| XYZ | 61.23 | 64.1 | 52.32 | - |
| YUV | 209.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 180 | 0 | 0.07 | 0.19 | 0.13 | 39.07 | 0.4 | 0.79 |
| Hex | DF | D0 | B4 | 0 | 7 | 13 | D | 27 | 28 | 4F |
| Octal | 337 | 320 | 264 | 0 | 7 | 23 | 15 | 47 | 50 | 117 |
| Binary | 11011111 | 11010000 | 10110100 | 0 | 111 | 10011 | 1101 | 100111 | 101000 | 1001111 |
Color Harmonies of #DFD0B4
Complementary color
Monochromatic Colors of #DFD0B4
Black with #DFD0B4
Text Example
Text Example
White with #DFD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0B4; }
p { color: rgb(223,208,180); }
H1.HeaderClassName
{
color: #DFD0B4;
}
.AnyTagClassName
{
color: #DFD0B4;
}
</style>
background-color css
<style>
a { background-color: #DFD0B4; }
a { background-color: rgb(223,208,180); }
div.DivClassName
{
background-color: #DFD0B4;
}
.BgClassName
{
background-color: #DFD0B4;
}
</style>
border-color css
<style>
span { border-color: #DFD0B4; }
span { border-color: rgb(223,208,180); }
td.TdClassName
{
border-color: #DFD0B4;
}
.TagClassName
{
border-color: #DFD0B4;
}
</style>