Shades of Spanish White #DFD1B2
Tints of Spanish White #DFD1B2
RGB
CMYK
RGB Variations
Color information
#DFD1B2 (or 0xDFD1B2) is known color: Spanish White. HEX triplet: DF, D1 and B2. RGB value is (223,209,178). Sum of RGB (Red+Green+Blue) = 223+209+178=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 209 (82.03% from 255 or 34.26% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD1B2 is #202E4D. Grayscale: #D1D1D1. Windows color (decimal): -2109006 or 11719135. OLE color: 11719135.
HSL color Cylindrical-coordinate representation of color #DFD1B2: hue angle of 41.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFD1B2 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 178 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.13 |
| HSL | 41.33º | 0.41% | 0.79% | - |
| HSV(B) | 41.33º | 0.2% | 0.87% | - |
| XYZ | 61.27 | 64.5 | 51.34 | - |
| YUV | 209.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 178 | 0 | 0.06 | 0.20 | 0.13 | 41.33 | 0.41 | 0.79 |
| Hex | DF | D1 | B2 | 0 | 6 | 14 | D | 29 | 29 | 4F |
| Octal | 337 | 321 | 262 | 0 | 6 | 24 | 15 | 51 | 51 | 117 |
| Binary | 11011111 | 11010001 | 10110010 | 0 | 110 | 10100 | 1101 | 101001 | 101001 | 1001111 |
Color Harmonies of #DFD1B2
Complementary color
Monochromatic Colors of #DFD1B2
Black with #DFD1B2
Text Example
Text Example
White with #DFD1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1B2; }
p { color: rgb(223,209,178); }
H1.HeaderClassName
{
color: #DFD1B2;
}
.AnyTagClassName
{
color: #DFD1B2;
}
</style>
background-color css
<style>
a { background-color: #DFD1B2; }
a { background-color: rgb(223,209,178); }
div.DivClassName
{
background-color: #DFD1B2;
}
.BgClassName
{
background-color: #DFD1B2;
}
</style>
border-color css
<style>
span { border-color: #DFD1B2; }
span { border-color: rgb(223,209,178); }
td.TdClassName
{
border-color: #DFD1B2;
}
.TagClassName
{
border-color: #DFD1B2;
}
</style>