Shades of Spanish White #DFD4B2
Tints of Spanish White #DFD4B2
RGB
CMYK
RGB Variations
Color information
#DFD4B2 (or 0xDFD4B2) is known color: Spanish White. HEX triplet: DF, D4 and B2. RGB value is (223,212,178). Sum of RGB (Red+Green+Blue) = 223+212+178=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD4B2 is #202B4D. Grayscale: #D3D3D3. Windows color (decimal): -2108238 or 11719903. OLE color: 11719903.
HSL color Cylindrical-coordinate representation of color #DFD4B2: hue angle of 45.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 #DFD4B2 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 178 | - |
CMYK | 0 | 0.05 | 0.20 | 0.13 |
HSL | 45.33º | 0.41% | 0.79% | - |
HSV(B) | 45.33º | 0.2% | 0.87% | - |
XYZ | 62.01 | 65.99 | 51.59 | - |
YUV | 211.41 | 109.14 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 178 | 0 | 0.05 | 0.20 | 0.13 | 45.33 | 0.41 | 0.79 |
Hex | DF | D4 | B2 | 0 | 5 | 14 | D | 2D | 29 | 4F |
Octal | 337 | 324 | 262 | 0 | 5 | 24 | 15 | 55 | 51 | 117 |
Binary | 11011111 | 11010100 | 10110010 | 0 | 101 | 10100 | 1101 | 101101 | 101001 | 1001111 |
Color Harmonies of #DFD4B2
Complementary color
Monochromatic Colors of #DFD4B2
Black with #DFD4B2
Text Example
Text Example
White with #DFD4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4B2; }
p { color: rgb(223,212,178); }
H1.HeaderClassName
{
color: #DFD4B2;
}
.AnyTagClassName
{
color: #DFD4B2;
}
</style>
background-color css
<style>
a { background-color: #DFD4B2; }
a { background-color: rgb(223,212,178); }
div.DivClassName
{
background-color: #DFD4B2;
}
.BgClassName
{
background-color: #DFD4B2;
}
</style>
border-color css
<style>
span { border-color: #DFD4B2; }
span { border-color: rgb(223,212,178); }
td.TdClassName
{
border-color: #DFD4B2;
}
.TagClassName
{
border-color: #DFD4B2;
}
</style>