Shades of Spanish White #DBCFB3
Tints of Spanish White #DBCFB3
RGB
CMYK
RGB Variations
Color information
#DBCFB3 (or 0xDBCFB3) is known color: Spanish White. HEX triplet: DB, CF and B3. RGB value is (219,207,179). Sum of RGB (Red+Green+Blue) = 219+207+179=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFB3 is #24304C. Grayscale: #CFCFCF. Windows color (decimal): -2371661 or 11784155. OLE color: 11784155.
HSL color Cylindrical-coordinate representation of color #DBCFB3: hue angle of 42º degrees, saturation: 0.36, 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 #DBCFB3 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 179 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.14 |
| HSL | 42º | 0.36% | 0.78% | - |
| HSV(B) | 42º | 0.18% | 0.86% | - |
| XYZ | 59.66 | 62.94 | 51.65 | - |
| YUV | 207.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 179 | 0 | 0.05 | 0.18 | 0.14 | 42 | 0.36 | 0.78 |
| Hex | DB | CF | B3 | 0 | 5 | 12 | E | 2A | 24 | 4E |
| Octal | 333 | 317 | 263 | 0 | 5 | 22 | 16 | 52 | 44 | 116 |
| Binary | 11011011 | 11001111 | 10110011 | 0 | 101 | 10010 | 1110 | 101010 | 100100 | 1001110 |
Color Harmonies of #DBCFB3
Complementary color
Monochromatic Colors of #DBCFB3
Black with #DBCFB3
Text Example
Text Example
White with #DBCFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFB3; }
p { color: rgb(219,207,179); }
H1.HeaderClassName
{
color: #DBCFB3;
}
.AnyTagClassName
{
color: #DBCFB3;
}
</style>
background-color css
<style>
a { background-color: #DBCFB3; }
a { background-color: rgb(219,207,179); }
div.DivClassName
{
background-color: #DBCFB3;
}
.BgClassName
{
background-color: #DBCFB3;
}
</style>
border-color css
<style>
span { border-color: #DBCFB3; }
span { border-color: rgb(219,207,179); }
td.TdClassName
{
border-color: #DBCFB3;
}
.TagClassName
{
border-color: #DBCFB3;
}
</style>