Shades of Spanish White #DFD2B1
Tints of Spanish White #DFD2B1
RGB
CMYK
RGB Variations
Color information
#DFD2B1 (or 0xDFD2B1) is known color: Spanish White. HEX triplet: DF, D2 and B1. RGB value is (223,210,177). Sum of RGB (Red+Green+Blue) = 223+210+177=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD2B1 is #202D4E. Grayscale: #D2D2D2. Windows color (decimal): -2108751 or 11653855. OLE color: 11653855.
HSL color Cylindrical-coordinate representation of color #DFD2B1: hue angle of 43.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFD2B1 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 177 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.13 |
| HSL | 43.04º | 0.42% | 0.78% | - |
| HSV(B) | 43.04º | 0.21% | 0.87% | - |
| XYZ | 61.41 | 64.96 | 50.9 | - |
| YUV | 210.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 177 | 0 | 0.06 | 0.21 | 0.13 | 43.04 | 0.42 | 0.78 |
| Hex | DF | D2 | B1 | 0 | 6 | 15 | D | 2B | 2A | 4E |
| Octal | 337 | 322 | 261 | 0 | 6 | 25 | 15 | 53 | 52 | 116 |
| Binary | 11011111 | 11010010 | 10110001 | 0 | 110 | 10101 | 1101 | 101011 | 101010 | 1001110 |
Color Harmonies of #DFD2B1
Complementary color
Monochromatic Colors of #DFD2B1
Black with #DFD2B1
Text Example
Text Example
White with #DFD2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2B1; }
p { color: rgb(223,210,177); }
H1.HeaderClassName
{
color: #DFD2B1;
}
.AnyTagClassName
{
color: #DFD2B1;
}
</style>
background-color css
<style>
a { background-color: #DFD2B1; }
a { background-color: rgb(223,210,177); }
div.DivClassName
{
background-color: #DFD2B1;
}
.BgClassName
{
background-color: #DFD2B1;
}
</style>
border-color css
<style>
span { border-color: #DFD2B1; }
span { border-color: rgb(223,210,177); }
td.TdClassName
{
border-color: #DFD2B1;
}
.TagClassName
{
border-color: #DFD2B1;
}
</style>