Shades of Calico #DBB086
Tints of Calico #DBB086
RGB
CMYK
RGB Variations
Color information
#DBB086 (or 0xDBB086) is known color: Calico. HEX triplet: DB, B0 and 86. RGB value is (219,176,134). Sum of RGB (Red+Green+Blue) = 219+176+134=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB086 is #244F79. Grayscale: #B8B8B8. Windows color (decimal): -2379642 or 8827099. OLE color: 8827099.
HSL color Cylindrical-coordinate representation of color #DBB086: hue angle of 29.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBB086 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 134 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.14 |
| HSL | 29.65º | 0.54% | 0.69% | - |
| HSV(B) | 29.65º | 0.39% | 0.86% | - |
| XYZ | 49.04 | 47.83 | 29.2 | - |
| YUV | 184.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 134 | 0 | 0.20 | 0.39 | 0.14 | 29.65 | 0.54 | 0.69 |
| Hex | DB | B0 | 86 | 0 | 14 | 27 | E | 1E | 36 | 45 |
| Octal | 333 | 260 | 206 | 0 | 24 | 47 | 16 | 36 | 66 | 105 |
| Binary | 11011011 | 10110000 | 10000110 | 0 | 10100 | 100111 | 1110 | 11110 | 110110 | 1000101 |
Color Harmonies of #DBB086
Complementary color
Monochromatic Colors of #DBB086
Black with #DBB086
Text Example
Text Example
White with #DBB086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB086; }
p { color: rgb(219,176,134); }
H1.HeaderClassName
{
color: #DBB086;
}
.AnyTagClassName
{
color: #DBB086;
}
</style>
background-color css
<style>
a { background-color: #DBB086; }
a { background-color: rgb(219,176,134); }
div.DivClassName
{
background-color: #DBB086;
}
.BgClassName
{
background-color: #DBB086;
}
</style>
border-color css
<style>
span { border-color: #DBB086; }
span { border-color: rgb(219,176,134); }
td.TdClassName
{
border-color: #DBB086;
}
.TagClassName
{
border-color: #DBB086;
}
</style>