Shades of Spanish White #DFD2BD
Tints of Spanish White #DFD2BD
RGB
CMYK
RGB Variations
Color information
#DFD2BD (or 0xDFD2BD) is known color: Spanish White. HEX triplet: DF, D2 and BD. RGB value is (223,210,189). Sum of RGB (Red+Green+Blue) = 223+210+189=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2BD is #202D42. Grayscale: #D3D3D3. Windows color (decimal): -2108739 or 12440287. OLE color: 12440287.
HSL color Cylindrical-coordinate representation of color #DFD2BD: hue angle of 37.06º 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 #DFD2BD is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 189 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.13 |
| HSL | 37.06º | 0.35% | 0.81% | - |
| HSV(B) | 37.06º | 0.15% | 0.87% | - |
| XYZ | 62.66 | 65.46 | 57.48 | - |
| YUV | 211.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 189 | 0 | 0.06 | 0.15 | 0.13 | 37.06 | 0.35 | 0.81 |
| Hex | DF | D2 | BD | 0 | 6 | F | D | 25 | 23 | 51 |
| Octal | 337 | 322 | 275 | 0 | 6 | 17 | 15 | 45 | 43 | 121 |
| Binary | 11011111 | 11010010 | 10111101 | 0 | 110 | 1111 | 1101 | 100101 | 100011 | 1010001 |
Color Harmonies of #DFD2BD
Complementary color
Monochromatic Colors of #DFD2BD
Black with #DFD2BD
Text Example
Text Example
White with #DFD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2BD; }
p { color: rgb(223,210,189); }
H1.HeaderClassName
{
color: #DFD2BD;
}
.AnyTagClassName
{
color: #DFD2BD;
}
</style>
background-color css
<style>
a { background-color: #DFD2BD; }
a { background-color: rgb(223,210,189); }
div.DivClassName
{
background-color: #DFD2BD;
}
.BgClassName
{
background-color: #DFD2BD;
}
</style>
border-color css
<style>
span { border-color: #DFD2BD; }
span { border-color: rgb(223,210,189); }
td.TdClassName
{
border-color: #DFD2BD;
}
.TagClassName
{
border-color: #DFD2BD;
}
</style>