Shades of Spanish White #DFD0B5
Tints of Spanish White #DFD0B5
RGB
CMYK
RGB Variations
Color information
#DFD0B5 (or 0xDFD0B5) is known color: Spanish White. HEX triplet: DF, D0 and B5. RGB value is (223,208,181). Sum of RGB (Red+Green+Blue) = 223+208+181=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD0B5 is #202F4A. Grayscale: #D1D1D1. Windows color (decimal): -2109259 or 11915487. OLE color: 11915487.
HSL color Cylindrical-coordinate representation of color #DFD0B5: hue angle of 38.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFD0B5 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 208 | 181 | - |
CMYK | 0 | 0.07 | 0.19 | 0.13 |
HSL | 38.57º | 0.4% | 0.79% | - |
HSV(B) | 38.57º | 0.19% | 0.87% | - |
XYZ | 61.33 | 64.14 | 52.86 | - |
YUV | 209.41 | 111.97 | 137.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 208 | 181 | 0 | 0.07 | 0.19 | 0.13 | 38.57 | 0.4 | 0.79 |
Hex | DF | D0 | B5 | 0 | 7 | 13 | D | 27 | 28 | 4F |
Octal | 337 | 320 | 265 | 0 | 7 | 23 | 15 | 47 | 50 | 117 |
Binary | 11011111 | 11010000 | 10110101 | 0 | 111 | 10011 | 1101 | 100111 | 101000 | 1001111 |
Color Harmonies of #DFD0B5
Complementary color
Monochromatic Colors of #DFD0B5
Black with #DFD0B5
Text Example
Text Example
White with #DFD0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD0B5; }
p { color: rgb(223,208,181); }
H1.HeaderClassName
{
color: #DFD0B5;
}
.AnyTagClassName
{
color: #DFD0B5;
}
</style>
background-color css
<style>
a { background-color: #DFD0B5; }
a { background-color: rgb(223,208,181); }
div.DivClassName
{
background-color: #DFD0B5;
}
.BgClassName
{
background-color: #DFD0B5;
}
</style>
border-color css
<style>
span { border-color: #DFD0B5; }
span { border-color: rgb(223,208,181); }
td.TdClassName
{
border-color: #DFD0B5;
}
.TagClassName
{
border-color: #DFD0B5;
}
</style>