Shades of Spanish White #DFD4B6
Tints of Spanish White #DFD4B6
RGB
CMYK
RGB Variations
Color information
#DFD4B6 (or 0xDFD4B6) is known color: Spanish White. HEX triplet: DF, D4 and B6. RGB value is (223,212,182). Sum of RGB (Red+Green+Blue) = 223+212+182=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4B6 is #202B49. Grayscale: #D4D4D4. Windows color (decimal): -2108234 or 11982047. OLE color: 11982047.
HSL color Cylindrical-coordinate representation of color #DFD4B6: hue angle of 43.9º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFD4B6 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 182 | - |
CMYK | 0 | 0.05 | 0.18 | 0.13 |
HSL | 43.9º | 0.39% | 0.79% | - |
HSV(B) | 43.9º | 0.18% | 0.87% | - |
XYZ | 62.42 | 66.15 | 53.73 | - |
YUV | 211.87 | 111.14 | 135.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 182 | 0 | 0.05 | 0.18 | 0.13 | 43.9 | 0.39 | 0.79 |
Hex | DF | D4 | B6 | 0 | 5 | 12 | D | 2C | 27 | 4F |
Octal | 337 | 324 | 266 | 0 | 5 | 22 | 15 | 54 | 47 | 117 |
Binary | 11011111 | 11010100 | 10110110 | 0 | 101 | 10010 | 1101 | 101100 | 100111 | 1001111 |
Color Harmonies of #DFD4B6
Complementary color
Monochromatic Colors of #DFD4B6
Black with #DFD4B6
Text Example
Text Example
White with #DFD4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4B6; }
p { color: rgb(223,212,182); }
H1.HeaderClassName
{
color: #DFD4B6;
}
.AnyTagClassName
{
color: #DFD4B6;
}
</style>
background-color css
<style>
a { background-color: #DFD4B6; }
a { background-color: rgb(223,212,182); }
div.DivClassName
{
background-color: #DFD4B6;
}
.BgClassName
{
background-color: #DFD4B6;
}
</style>
border-color css
<style>
span { border-color: #DFD4B6; }
span { border-color: rgb(223,212,182); }
td.TdClassName
{
border-color: #DFD4B6;
}
.TagClassName
{
border-color: #DFD4B6;
}
</style>