Shades of Spanish White #DBCBB3
Tints of Spanish White #DBCBB3
RGB
CMYK
RGB Variations
Color information
#DBCBB3 (or 0xDBCBB3) is known color: Spanish White. HEX triplet: DB, CB and B3. RGB value is (219,203,179). Sum of RGB (Red+Green+Blue) = 219+203+179=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBB3 is #24344C. Grayscale: #CDCDCD. Windows color (decimal): -2372685 or 11783131. OLE color: 11783131.
HSL color Cylindrical-coordinate representation of color #DBCBB3: hue angle of 36º 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 #DBCBB3 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 179 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.14 |
| HSL | 36º | 0.36% | 0.78% | - |
| HSV(B) | 36º | 0.18% | 0.86% | - |
| XYZ | 58.71 | 61.03 | 51.33 | - |
| YUV | 205.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 179 | 0 | 0.07 | 0.18 | 0.14 | 36 | 0.36 | 0.78 |
| Hex | DB | CB | B3 | 0 | 7 | 12 | E | 24 | 24 | 4E |
| Octal | 333 | 313 | 263 | 0 | 7 | 22 | 16 | 44 | 44 | 116 |
| Binary | 11011011 | 11001011 | 10110011 | 0 | 111 | 10010 | 1110 | 100100 | 100100 | 1001110 |
Color Harmonies of #DBCBB3
Complementary color
Monochromatic Colors of #DBCBB3
Black with #DBCBB3
Text Example
Text Example
White with #DBCBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBB3; }
p { color: rgb(219,203,179); }
H1.HeaderClassName
{
color: #DBCBB3;
}
.AnyTagClassName
{
color: #DBCBB3;
}
</style>
background-color css
<style>
a { background-color: #DBCBB3; }
a { background-color: rgb(219,203,179); }
div.DivClassName
{
background-color: #DBCBB3;
}
.BgClassName
{
background-color: #DBCBB3;
}
</style>
border-color css
<style>
span { border-color: #DBCBB3; }
span { border-color: rgb(219,203,179); }
td.TdClassName
{
border-color: #DBCBB3;
}
.TagClassName
{
border-color: #DBCBB3;
}
</style>