Shades of Spanish White #DFD2B7
Tints of Spanish White #DFD2B7
RGB
CMYK
RGB Variations
Color information
#DFD2B7 (or 0xDFD2B7) is known color: Spanish White. HEX triplet: DF, D2 and B7. RGB value is (223,210,183). Sum of RGB (Red+Green+Blue) = 223+210+183=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 210 (82.42% from 255 or 34.09% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2B7 is #202D48. Grayscale: #D2D2D2. Windows color (decimal): -2108745 or 12047071. OLE color: 12047071.
HSL color Cylindrical-coordinate representation of color #DFD2B7: hue angle of 40.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFD2B7 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 183 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.13 |
| HSL | 40.5º | 0.38% | 0.8% | - |
| HSV(B) | 40.5º | 0.18% | 0.87% | - |
| XYZ | 62.03 | 65.2 | 54.12 | - |
| YUV | 210.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 183 | 0 | 0.06 | 0.18 | 0.13 | 40.5 | 0.38 | 0.8 |
| Hex | DF | D2 | B7 | 0 | 6 | 12 | D | 28 | 26 | 50 |
| Octal | 337 | 322 | 267 | 0 | 6 | 22 | 15 | 50 | 46 | 120 |
| Binary | 11011111 | 11010010 | 10110111 | 0 | 110 | 10010 | 1101 | 101000 | 100110 | 1010000 |
Color Harmonies of #DFD2B7
Complementary color
Monochromatic Colors of #DFD2B7
Black with #DFD2B7
Text Example
Text Example
White with #DFD2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2B7; }
p { color: rgb(223,210,183); }
H1.HeaderClassName
{
color: #DFD2B7;
}
.AnyTagClassName
{
color: #DFD2B7;
}
</style>
background-color css
<style>
a { background-color: #DFD2B7; }
a { background-color: rgb(223,210,183); }
div.DivClassName
{
background-color: #DFD2B7;
}
.BgClassName
{
background-color: #DFD2B7;
}
</style>
border-color css
<style>
span { border-color: #DFD2B7; }
span { border-color: rgb(223,210,183); }
td.TdClassName
{
border-color: #DFD2B7;
}
.TagClassName
{
border-color: #DFD2B7;
}
</style>