Shades of Spanish White #DFD3B0
Tints of Spanish White #DFD3B0
RGB
CMYK
RGB Variations
Color information
#DFD3B0 (or 0xDFD3B0) is known color: Spanish White. HEX triplet: DF, D3 and B0. RGB value is (223,211,176). Sum of RGB (Red+Green+Blue) = 223+211+176=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 176 (69.14% from 255 or 28.85% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD3B0 is #202C4F. Grayscale: #D2D2D2. Windows color (decimal): -2108496 or 11588575. OLE color: 11588575.
HSL color Cylindrical-coordinate representation of color #DFD3B0: hue angle of 44.68º 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 #DFD3B0 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 176 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.13 |
| HSL | 44.68º | 0.42% | 0.78% | - |
| HSV(B) | 44.68º | 0.21% | 0.87% | - |
| XYZ | 61.56 | 65.41 | 50.46 | - |
| YUV | 210.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 176 | 0 | 0.05 | 0.21 | 0.13 | 44.68 | 0.42 | 0.78 |
| Hex | DF | D3 | B0 | 0 | 5 | 15 | D | 2D | 2A | 4E |
| Octal | 337 | 323 | 260 | 0 | 5 | 25 | 15 | 55 | 52 | 116 |
| Binary | 11011111 | 11010011 | 10110000 | 0 | 101 | 10101 | 1101 | 101101 | 101010 | 1001110 |
Color Harmonies of #DFD3B0
Complementary color
Monochromatic Colors of #DFD3B0
Black with #DFD3B0
Text Example
Text Example
White with #DFD3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3B0; }
p { color: rgb(223,211,176); }
H1.HeaderClassName
{
color: #DFD3B0;
}
.AnyTagClassName
{
color: #DFD3B0;
}
</style>
background-color css
<style>
a { background-color: #DFD3B0; }
a { background-color: rgb(223,211,176); }
div.DivClassName
{
background-color: #DFD3B0;
}
.BgClassName
{
background-color: #DFD3B0;
}
</style>
border-color css
<style>
span { border-color: #DFD3B0; }
span { border-color: rgb(223,211,176); }
td.TdClassName
{
border-color: #DFD3B0;
}
.TagClassName
{
border-color: #DFD3B0;
}
</style>