Shades of Spanish White #DFD2B4
Tints of Spanish White #DFD2B4
RGB
CMYK
RGB Variations
Color information
#DFD2B4 (or 0xDFD2B4) is known color: Spanish White. HEX triplet: DF, D2 and B4. RGB value is (223,210,180). Sum of RGB (Red+Green+Blue) = 223+210+180=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2B4 is #202D4B. Grayscale: #D2D2D2. Windows color (decimal): -2108748 or 11850463. OLE color: 11850463.
HSL color Cylindrical-coordinate representation of color #DFD2B4: hue angle of 41.86º 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 #DFD2B4 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 180 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.13 |
| HSL | 41.86º | 0.4% | 0.79% | - |
| HSV(B) | 41.86º | 0.19% | 0.87% | - |
| XYZ | 61.72 | 65.08 | 52.49 | - |
| YUV | 210.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 180 | 0 | 0.06 | 0.19 | 0.13 | 41.86 | 0.4 | 0.79 |
| Hex | DF | D2 | B4 | 0 | 6 | 13 | D | 2A | 28 | 4F |
| Octal | 337 | 322 | 264 | 0 | 6 | 23 | 15 | 52 | 50 | 117 |
| Binary | 11011111 | 11010010 | 10110100 | 0 | 110 | 10011 | 1101 | 101010 | 101000 | 1001111 |
Color Harmonies of #DFD2B4
Complementary color
Monochromatic Colors of #DFD2B4
Black with #DFD2B4
Text Example
Text Example
White with #DFD2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2B4; }
p { color: rgb(223,210,180); }
H1.HeaderClassName
{
color: #DFD2B4;
}
.AnyTagClassName
{
color: #DFD2B4;
}
</style>
background-color css
<style>
a { background-color: #DFD2B4; }
a { background-color: rgb(223,210,180); }
div.DivClassName
{
background-color: #DFD2B4;
}
.BgClassName
{
background-color: #DFD2B4;
}
</style>
border-color css
<style>
span { border-color: #DFD2B4; }
span { border-color: rgb(223,210,180); }
td.TdClassName
{
border-color: #DFD2B4;
}
.TagClassName
{
border-color: #DFD2B4;
}
</style>