Shades of Spanish White #DFD1B4
Tints of Spanish White #DFD1B4
RGB
CMYK
RGB Variations
Color information
#DFD1B4 (or 0xDFD1B4) is known color: Spanish White. HEX triplet: DF, D1 and B4. RGB value is (223,209,180). Sum of RGB (Red+Green+Blue) = 223+209+180=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1B4 is #202E4B. Grayscale: #D2D2D2. Windows color (decimal): -2109004 or 11850207. OLE color: 11850207.
HSL color Cylindrical-coordinate representation of color #DFD1B4: hue angle of 40.47º 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 #DFD1B4 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 180 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.13 |
| HSL | 40.47º | 0.4% | 0.79% | - |
| HSV(B) | 40.47º | 0.19% | 0.87% | - |
| XYZ | 61.47 | 64.58 | 52.41 | - |
| YUV | 209.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 180 | 0 | 0.06 | 0.19 | 0.13 | 40.47 | 0.4 | 0.79 |
| Hex | DF | D1 | B4 | 0 | 6 | 13 | D | 28 | 28 | 4F |
| Octal | 337 | 321 | 264 | 0 | 6 | 23 | 15 | 50 | 50 | 117 |
| Binary | 11011111 | 11010001 | 10110100 | 0 | 110 | 10011 | 1101 | 101000 | 101000 | 1001111 |
Color Harmonies of #DFD1B4
Complementary color
Monochromatic Colors of #DFD1B4
Black with #DFD1B4
Text Example
Text Example
White with #DFD1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1B4; }
p { color: rgb(223,209,180); }
H1.HeaderClassName
{
color: #DFD1B4;
}
.AnyTagClassName
{
color: #DFD1B4;
}
</style>
background-color css
<style>
a { background-color: #DFD1B4; }
a { background-color: rgb(223,209,180); }
div.DivClassName
{
background-color: #DFD1B4;
}
.BgClassName
{
background-color: #DFD1B4;
}
</style>
border-color css
<style>
span { border-color: #DFD1B4; }
span { border-color: rgb(223,209,180); }
td.TdClassName
{
border-color: #DFD1B4;
}
.TagClassName
{
border-color: #DFD1B4;
}
</style>