Shades of Spanish White #DFD4BD
Tints of Spanish White #DFD4BD
RGB
CMYK
RGB Variations
Color information
#DFD4BD (or 0xDFD4BD) is known color: Spanish White. HEX triplet: DF, D4 and BD. RGB value is (223,212,189). Sum of RGB (Red+Green+Blue) = 223+212+189=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4BD is #202B42. Grayscale: #D4D4D4. Windows color (decimal): -2108227 or 12440799. OLE color: 12440799.
HSL color Cylindrical-coordinate representation of color #DFD4BD: hue angle of 40.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFD4BD is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 189 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.13 |
| HSL | 40.59º | 0.35% | 0.81% | - |
| HSV(B) | 40.59º | 0.15% | 0.87% | - |
| XYZ | 63.16 | 66.45 | 57.64 | - |
| YUV | 212.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 189 | 0 | 0.05 | 0.15 | 0.13 | 40.59 | 0.35 | 0.81 |
| Hex | DF | D4 | BD | 0 | 5 | F | D | 29 | 23 | 51 |
| Octal | 337 | 324 | 275 | 0 | 5 | 17 | 15 | 51 | 43 | 121 |
| Binary | 11011111 | 11010100 | 10111101 | 0 | 101 | 1111 | 1101 | 101001 | 100011 | 1010001 |
Color Harmonies of #DFD4BD
Complementary color
Monochromatic Colors of #DFD4BD
Black with #DFD4BD
Text Example
Text Example
White with #DFD4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4BD; }
p { color: rgb(223,212,189); }
H1.HeaderClassName
{
color: #DFD4BD;
}
.AnyTagClassName
{
color: #DFD4BD;
}
</style>
background-color css
<style>
a { background-color: #DFD4BD; }
a { background-color: rgb(223,212,189); }
div.DivClassName
{
background-color: #DFD4BD;
}
.BgClassName
{
background-color: #DFD4BD;
}
</style>
border-color css
<style>
span { border-color: #DFD4BD; }
span { border-color: rgb(223,212,189); }
td.TdClassName
{
border-color: #DFD4BD;
}
.TagClassName
{
border-color: #DFD4BD;
}
</style>