Shades of Calico #DBB184
Tints of Calico #DBB184
RGB
CMYK
RGB Variations
Color information
#DBB184 (or 0xDBB184) is known color: Calico. HEX triplet: DB, B1 and 84. RGB value is (219,177,132). Sum of RGB (Red+Green+Blue) = 219+177+132=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB184 is #244E7B. Grayscale: #B8B8B8. Windows color (decimal): -2379388 or 8696283. OLE color: 8696283.
HSL color Cylindrical-coordinate representation of color #DBB184: hue angle of 31.03º 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 #DBB184 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 132 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.14 |
| HSL | 31.03º | 0.55% | 0.69% | - |
| HSV(B) | 31.03º | 0.4% | 0.86% | - |
| XYZ | 49.1 | 48.17 | 28.54 | - |
| YUV | 184.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 132 | 0 | 0.19 | 0.40 | 0.14 | 31.03 | 0.55 | 0.69 |
| Hex | DB | B1 | 84 | 0 | 13 | 28 | E | 1F | 37 | 45 |
| Octal | 333 | 261 | 204 | 0 | 23 | 50 | 16 | 37 | 67 | 105 |
| Binary | 11011011 | 10110001 | 10000100 | 0 | 10011 | 101000 | 1110 | 11111 | 110111 | 1000101 |
Color Harmonies of #DBB184
Complementary color
Monochromatic Colors of #DBB184
Black with #DBB184
Text Example
Text Example
White with #DBB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB184; }
p { color: rgb(219,177,132); }
H1.HeaderClassName
{
color: #DBB184;
}
.AnyTagClassName
{
color: #DBB184;
}
</style>
background-color css
<style>
a { background-color: #DBB184; }
a { background-color: rgb(219,177,132); }
div.DivClassName
{
background-color: #DBB184;
}
.BgClassName
{
background-color: #DBB184;
}
</style>
border-color css
<style>
span { border-color: #DBB184; }
span { border-color: rgb(219,177,132); }
td.TdClassName
{
border-color: #DBB184;
}
.TagClassName
{
border-color: #DBB184;
}
</style>