Shades of Spanish White #DBCCB3
Tints of Spanish White #DBCCB3
RGB
CMYK
RGB Variations
Color information
#DBCCB3 (or 0xDBCCB3) is known color: Spanish White. HEX triplet: DB, CC and B3. RGB value is (219,204,179). Sum of RGB (Red+Green+Blue) = 219+204+179=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCB3 is #24334C. Grayscale: #CDCDCD. Windows color (decimal): -2372429 or 11783387. OLE color: 11783387.
HSL color Cylindrical-coordinate representation of color #DBCCB3: hue angle of 37.5º 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 #DBCCB3 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 179 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.14 |
| HSL | 37.5º | 0.36% | 0.78% | - |
| HSV(B) | 37.5º | 0.18% | 0.86% | - |
| XYZ | 58.94 | 61.5 | 51.41 | - |
| YUV | 205.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 179 | 0 | 0.07 | 0.18 | 0.14 | 37.5 | 0.36 | 0.78 |
| Hex | DB | CC | B3 | 0 | 7 | 12 | E | 26 | 24 | 4E |
| Octal | 333 | 314 | 263 | 0 | 7 | 22 | 16 | 46 | 44 | 116 |
| Binary | 11011011 | 11001100 | 10110011 | 0 | 111 | 10010 | 1110 | 100110 | 100100 | 1001110 |
Color Harmonies of #DBCCB3
Complementary color
Monochromatic Colors of #DBCCB3
Black with #DBCCB3
Text Example
Text Example
White with #DBCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCB3; }
p { color: rgb(219,204,179); }
H1.HeaderClassName
{
color: #DBCCB3;
}
.AnyTagClassName
{
color: #DBCCB3;
}
</style>
background-color css
<style>
a { background-color: #DBCCB3; }
a { background-color: rgb(219,204,179); }
div.DivClassName
{
background-color: #DBCCB3;
}
.BgClassName
{
background-color: #DBCCB3;
}
</style>
border-color css
<style>
span { border-color: #DBCCB3; }
span { border-color: rgb(219,204,179); }
td.TdClassName
{
border-color: #DBCCB3;
}
.TagClassName
{
border-color: #DBCCB3;
}
</style>