Shades of Spanish White #DFD4B7
Tints of Spanish White #DFD4B7
RGB
CMYK
RGB Variations
Color information
#DFD4B7 (or 0xDFD4B7) is known color: Spanish White. HEX triplet: DF, D4 and B7. RGB value is (223,212,183). Sum of RGB (Red+Green+Blue) = 223+212+183=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4B7 is #202B48. Grayscale: #D4D4D4. Windows color (decimal): -2108233 or 12047583. OLE color: 12047583.
HSL color Cylindrical-coordinate representation of color #DFD4B7: hue angle of 43.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 #DFD4B7 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 183 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.13 |
| HSL | 43.5º | 0.38% | 0.8% | - |
| HSV(B) | 43.5º | 0.18% | 0.87% | - |
| XYZ | 62.52 | 66.19 | 54.28 | - |
| YUV | 211.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 183 | 0 | 0.05 | 0.18 | 0.13 | 43.5 | 0.38 | 0.8 |
| Hex | DF | D4 | B7 | 0 | 5 | 12 | D | 2C | 26 | 50 |
| Octal | 337 | 324 | 267 | 0 | 5 | 22 | 15 | 54 | 46 | 120 |
| Binary | 11011111 | 11010100 | 10110111 | 0 | 101 | 10010 | 1101 | 101100 | 100110 | 1010000 |
Color Harmonies of #DFD4B7
Complementary color
Monochromatic Colors of #DFD4B7
Black with #DFD4B7
Text Example
Text Example
White with #DFD4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4B7; }
p { color: rgb(223,212,183); }
H1.HeaderClassName
{
color: #DFD4B7;
}
.AnyTagClassName
{
color: #DFD4B7;
}
</style>
background-color css
<style>
a { background-color: #DFD4B7; }
a { background-color: rgb(223,212,183); }
div.DivClassName
{
background-color: #DFD4B7;
}
.BgClassName
{
background-color: #DFD4B7;
}
</style>
border-color css
<style>
span { border-color: #DFD4B7; }
span { border-color: rgb(223,212,183); }
td.TdClassName
{
border-color: #DFD4B7;
}
.TagClassName
{
border-color: #DFD4B7;
}
</style>