Shades of Spanish White #DFD2B3
Tints of Spanish White #DFD2B3
RGB
CMYK
RGB Variations
Color information
#DFD2B3 (or 0xDFD2B3) is known color: Spanish White. HEX triplet: DF, D2 and B3. RGB value is (223,210,179). Sum of RGB (Red+Green+Blue) = 223+210+179=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2B3 is #202D4C. Grayscale: #D2D2D2. Windows color (decimal): -2108749 or 11784927. OLE color: 11784927.
HSL color Cylindrical-coordinate representation of color #DFD2B3: hue angle of 42.27º 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 #DFD2B3 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 179 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.13 |
| HSL | 42.27º | 0.41% | 0.79% | - |
| HSV(B) | 42.27º | 0.2% | 0.87% | - |
| XYZ | 61.61 | 65.04 | 51.95 | - |
| YUV | 210.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 179 | 0 | 0.06 | 0.20 | 0.13 | 42.27 | 0.41 | 0.79 |
| Hex | DF | D2 | B3 | 0 | 6 | 14 | D | 2A | 29 | 4F |
| Octal | 337 | 322 | 263 | 0 | 6 | 24 | 15 | 52 | 51 | 117 |
| Binary | 11011111 | 11010010 | 10110011 | 0 | 110 | 10100 | 1101 | 101010 | 101001 | 1001111 |
Color Harmonies of #DFD2B3
Complementary color
Monochromatic Colors of #DFD2B3
Black with #DFD2B3
Text Example
Text Example
White with #DFD2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2B3; }
p { color: rgb(223,210,179); }
H1.HeaderClassName
{
color: #DFD2B3;
}
.AnyTagClassName
{
color: #DFD2B3;
}
</style>
background-color css
<style>
a { background-color: #DFD2B3; }
a { background-color: rgb(223,210,179); }
div.DivClassName
{
background-color: #DFD2B3;
}
.BgClassName
{
background-color: #DFD2B3;
}
</style>
border-color css
<style>
span { border-color: #DFD2B3; }
span { border-color: rgb(223,210,179); }
td.TdClassName
{
border-color: #DFD2B3;
}
.TagClassName
{
border-color: #DFD2B3;
}
</style>