Shades of Spanish White #DFCEB1
Tints of Spanish White #DFCEB1
RGB
CMYK
RGB Variations
Color information
#DFCEB1 (or 0xDFCEB1) is known color: Spanish White. HEX triplet: DF, CE and B1. RGB value is (223,206,177). Sum of RGB (Red+Green+Blue) = 223+206+177=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCEB1 is #20314E. Grayscale: #CFCFCF. Windows color (decimal): -2109775 or 11652831. OLE color: 11652831.
HSL color Cylindrical-coordinate representation of color #DFCEB1: hue angle of 37.83º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFCEB1 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 177 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.13 |
| HSL | 37.83º | 0.42% | 0.78% | - |
| HSV(B) | 37.83º | 0.21% | 0.87% | - |
| XYZ | 60.44 | 63 | 50.57 | - |
| YUV | 207.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 177 | 0 | 0.08 | 0.21 | 0.13 | 37.83 | 0.42 | 0.78 |
| Hex | DF | CE | B1 | 0 | 8 | 15 | D | 26 | 2A | 4E |
| Octal | 337 | 316 | 261 | 0 | 10 | 25 | 15 | 46 | 52 | 116 |
| Binary | 11011111 | 11001110 | 10110001 | 0 | 1000 | 10101 | 1101 | 100110 | 101010 | 1001110 |
Color Harmonies of #DFCEB1
Complementary color
Monochromatic Colors of #DFCEB1
Black with #DFCEB1
Text Example
Text Example
White with #DFCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEB1; }
p { color: rgb(223,206,177); }
H1.HeaderClassName
{
color: #DFCEB1;
}
.AnyTagClassName
{
color: #DFCEB1;
}
</style>
background-color css
<style>
a { background-color: #DFCEB1; }
a { background-color: rgb(223,206,177); }
div.DivClassName
{
background-color: #DFCEB1;
}
.BgClassName
{
background-color: #DFCEB1;
}
</style>
border-color css
<style>
span { border-color: #DFCEB1; }
span { border-color: rgb(223,206,177); }
td.TdClassName
{
border-color: #DFCEB1;
}
.TagClassName
{
border-color: #DFCEB1;
}
</style>