Shades of Calico #DBB084
Tints of Calico #DBB084
RGB
CMYK
RGB Variations
Color information
#DBB084 (or 0xDBB084) is known color: Calico. HEX triplet: DB, B0 and 84. RGB value is (219,176,132). Sum of RGB (Red+Green+Blue) = 219+176+132=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB084 is #244F7B. Grayscale: #B8B8B8. Windows color (decimal): -2379644 or 8696027. OLE color: 8696027.
HSL color Cylindrical-coordinate representation of color #DBB084: hue angle of 30.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBB084 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 132 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.14 |
| HSL | 30.34º | 0.55% | 0.69% | - |
| HSV(B) | 30.34º | 0.4% | 0.86% | - |
| XYZ | 48.9 | 47.78 | 28.47 | - |
| YUV | 183.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 132 | 0 | 0.20 | 0.40 | 0.14 | 30.34 | 0.55 | 0.69 |
| Hex | DB | B0 | 84 | 0 | 14 | 28 | E | 1E | 37 | 45 |
| Octal | 333 | 260 | 204 | 0 | 24 | 50 | 16 | 36 | 67 | 105 |
| Binary | 11011011 | 10110000 | 10000100 | 0 | 10100 | 101000 | 1110 | 11110 | 110111 | 1000101 |
Color Harmonies of #DBB084
Complementary color
Monochromatic Colors of #DBB084
Black with #DBB084
Text Example
Text Example
White with #DBB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB084; }
p { color: rgb(219,176,132); }
H1.HeaderClassName
{
color: #DBB084;
}
.AnyTagClassName
{
color: #DBB084;
}
</style>
background-color css
<style>
a { background-color: #DBB084; }
a { background-color: rgb(219,176,132); }
div.DivClassName
{
background-color: #DBB084;
}
.BgClassName
{
background-color: #DBB084;
}
</style>
border-color css
<style>
span { border-color: #DBB084; }
span { border-color: rgb(219,176,132); }
td.TdClassName
{
border-color: #DBB084;
}
.TagClassName
{
border-color: #DBB084;
}
</style>