Shades of Spanish White #DBCCB1
Tints of Spanish White #DBCCB1
RGB
CMYK
RGB Variations
Color information
#DBCCB1 (or 0xDBCCB1) is known color: Spanish White. HEX triplet: DB, CC and B1. RGB value is (219,204,177). Sum of RGB (Red+Green+Blue) = 219+204+177=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCCB1 is #24334E. Grayscale: #CDCDCD. Windows color (decimal): -2372431 or 11652315. OLE color: 11652315.
HSL color Cylindrical-coordinate representation of color #DBCCB1: hue angle of 38.57º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBCCB1 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 177 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.14 |
| HSL | 38.57º | 0.37% | 0.78% | - |
| HSV(B) | 38.57º | 0.19% | 0.86% | - |
| XYZ | 58.74 | 61.42 | 50.35 | - |
| YUV | 205.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 177 | 0 | 0.07 | 0.19 | 0.14 | 38.57 | 0.37 | 0.78 |
| Hex | DB | CC | B1 | 0 | 7 | 13 | E | 27 | 25 | 4E |
| Octal | 333 | 314 | 261 | 0 | 7 | 23 | 16 | 47 | 45 | 116 |
| Binary | 11011011 | 11001100 | 10110001 | 0 | 111 | 10011 | 1110 | 100111 | 100101 | 1001110 |
Color Harmonies of #DBCCB1
Complementary color
Monochromatic Colors of #DBCCB1
Black with #DBCCB1
Text Example
Text Example
White with #DBCCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCB1; }
p { color: rgb(219,204,177); }
H1.HeaderClassName
{
color: #DBCCB1;
}
.AnyTagClassName
{
color: #DBCCB1;
}
</style>
background-color css
<style>
a { background-color: #DBCCB1; }
a { background-color: rgb(219,204,177); }
div.DivClassName
{
background-color: #DBCCB1;
}
.BgClassName
{
background-color: #DBCCB1;
}
</style>
border-color css
<style>
span { border-color: #DBCCB1; }
span { border-color: rgb(219,204,177); }
td.TdClassName
{
border-color: #DBCCB1;
}
.TagClassName
{
border-color: #DBCCB1;
}
</style>