Shades of Spanish White #DFD2B0
Tints of Spanish White #DFD2B0
RGB
CMYK
RGB Variations
Color information
#DFD2B0 (or 0xDFD2B0) is known color: Spanish White. HEX triplet: DF, D2 and B0. RGB value is (223,210,176). Sum of RGB (Red+Green+Blue) = 223+210+176=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2B0 is #202D4F. Grayscale: #D2D2D2. Windows color (decimal): -2108752 or 11588319. OLE color: 11588319.
HSL color Cylindrical-coordinate representation of color #DFD2B0: hue angle of 43.4º 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 #DFD2B0 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 176 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.13 |
| HSL | 43.4º | 0.42% | 0.78% | - |
| HSV(B) | 43.4º | 0.21% | 0.87% | - |
| XYZ | 61.31 | 64.92 | 50.37 | - |
| YUV | 210.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 176 | 0 | 0.06 | 0.21 | 0.13 | 43.4 | 0.42 | 0.78 |
| Hex | DF | D2 | B0 | 0 | 6 | 15 | D | 2B | 2A | 4E |
| Octal | 337 | 322 | 260 | 0 | 6 | 25 | 15 | 53 | 52 | 116 |
| Binary | 11011111 | 11010010 | 10110000 | 0 | 110 | 10101 | 1101 | 101011 | 101010 | 1001110 |
Color Harmonies of #DFD2B0
Complementary color
Monochromatic Colors of #DFD2B0
Black with #DFD2B0
Text Example
Text Example
White with #DFD2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2B0; }
p { color: rgb(223,210,176); }
H1.HeaderClassName
{
color: #DFD2B0;
}
.AnyTagClassName
{
color: #DFD2B0;
}
</style>
background-color css
<style>
a { background-color: #DFD2B0; }
a { background-color: rgb(223,210,176); }
div.DivClassName
{
background-color: #DFD2B0;
}
.BgClassName
{
background-color: #DFD2B0;
}
</style>
border-color css
<style>
span { border-color: #DFD2B0; }
span { border-color: rgb(223,210,176); }
td.TdClassName
{
border-color: #DFD2B0;
}
.TagClassName
{
border-color: #DFD2B0;
}
</style>