Shades of Spanish White #DBCBB4
Tints of Spanish White #DBCBB4
RGB
CMYK
RGB Variations
Color information
#DBCBB4 (or 0xDBCBB4) is known color: Spanish White. HEX triplet: DB, CB and B4. RGB value is (219,203,180). Sum of RGB (Red+Green+Blue) = 219+203+180=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCBB4 is #24344B. Grayscale: #CDCDCD. Windows color (decimal): -2372684 or 11848667. OLE color: 11848667.
HSL color Cylindrical-coordinate representation of color #DBCBB4: hue angle of 35.38º 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 #DBCBB4 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 180 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.14 |
| HSL | 35.38º | 0.35% | 0.78% | - |
| HSV(B) | 35.38º | 0.18% | 0.86% | - |
| XYZ | 58.81 | 61.07 | 51.87 | - |
| YUV | 205.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 180 | 0 | 0.07 | 0.18 | 0.14 | 35.38 | 0.35 | 0.78 |
| Hex | DB | CB | B4 | 0 | 7 | 12 | E | 23 | 23 | 4E |
| Octal | 333 | 313 | 264 | 0 | 7 | 22 | 16 | 43 | 43 | 116 |
| Binary | 11011011 | 11001011 | 10110100 | 0 | 111 | 10010 | 1110 | 100011 | 100011 | 1001110 |
Color Harmonies of #DBCBB4
Complementary color
Monochromatic Colors of #DBCBB4
Black with #DBCBB4
Text Example
Text Example
White with #DBCBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCBB4; }
p { color: rgb(219,203,180); }
H1.HeaderClassName
{
color: #DBCBB4;
}
.AnyTagClassName
{
color: #DBCBB4;
}
</style>
background-color css
<style>
a { background-color: #DBCBB4; }
a { background-color: rgb(219,203,180); }
div.DivClassName
{
background-color: #DBCBB4;
}
.BgClassName
{
background-color: #DBCBB4;
}
</style>
border-color css
<style>
span { border-color: #DBCBB4; }
span { border-color: rgb(219,203,180); }
td.TdClassName
{
border-color: #DBCBB4;
}
.TagClassName
{
border-color: #DBCBB4;
}
</style>