Shades of Spanish White #DBCFB4
Tints of Spanish White #DBCFB4
RGB
CMYK
RGB Variations
Color information
#DBCFB4 (or 0xDBCFB4) is known color: Spanish White. HEX triplet: DB, CF and B4. RGB value is (219,207,180). Sum of RGB (Red+Green+Blue) = 219+207+180=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFB4 is #24304B. Grayscale: #CFCFCF. Windows color (decimal): -2371660 or 11849691. OLE color: 11849691.
HSL color Cylindrical-coordinate representation of color #DBCFB4: hue angle of 41.54º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBCFB4 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 180 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.14 |
| HSL | 41.54º | 0.35% | 0.78% | - |
| HSV(B) | 41.54º | 0.18% | 0.86% | - |
| XYZ | 59.76 | 62.98 | 52.19 | - |
| YUV | 207.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 180 | 0 | 0.05 | 0.18 | 0.14 | 41.54 | 0.35 | 0.78 |
| Hex | DB | CF | B4 | 0 | 5 | 12 | E | 2A | 23 | 4E |
| Octal | 333 | 317 | 264 | 0 | 5 | 22 | 16 | 52 | 43 | 116 |
| Binary | 11011011 | 11001111 | 10110100 | 0 | 101 | 10010 | 1110 | 101010 | 100011 | 1001110 |
Color Harmonies of #DBCFB4
Complementary color
Monochromatic Colors of #DBCFB4
Black with #DBCFB4
Text Example
Text Example
White with #DBCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFB4; }
p { color: rgb(219,207,180); }
H1.HeaderClassName
{
color: #DBCFB4;
}
.AnyTagClassName
{
color: #DBCFB4;
}
</style>
background-color css
<style>
a { background-color: #DBCFB4; }
a { background-color: rgb(219,207,180); }
div.DivClassName
{
background-color: #DBCFB4;
}
.BgClassName
{
background-color: #DBCFB4;
}
</style>
border-color css
<style>
span { border-color: #DBCFB4; }
span { border-color: rgb(219,207,180); }
td.TdClassName
{
border-color: #DBCFB4;
}
.TagClassName
{
border-color: #DBCFB4;
}
</style>