Shades of Calico #DBB182
Tints of Calico #DBB182
RGB
CMYK
RGB Variations
Color information
#DBB182 (or 0xDBB182) is known color: Calico. HEX triplet: DB, B1 and 82. RGB value is (219,177,130). Sum of RGB (Red+Green+Blue) = 219+177+130=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB182 is #244E7D. Grayscale: #B8B8B8. Windows color (decimal): -2379390 or 8565211. OLE color: 8565211.
HSL color Cylindrical-coordinate representation of color #DBB182: hue angle of 31.69º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBB182 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 130 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.14 |
| HSL | 31.69º | 0.55% | 0.68% | - |
| HSV(B) | 31.69º | 0.41% | 0.86% | - |
| XYZ | 48.96 | 48.12 | 27.83 | - |
| YUV | 184.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 130 | 0 | 0.19 | 0.41 | 0.14 | 31.69 | 0.55 | 0.68 |
| Hex | DB | B1 | 82 | 0 | 13 | 29 | E | 20 | 37 | 44 |
| Octal | 333 | 261 | 202 | 0 | 23 | 51 | 16 | 40 | 67 | 104 |
| Binary | 11011011 | 10110001 | 10000010 | 0 | 10011 | 101001 | 1110 | 100000 | 110111 | 1000100 |
Color Harmonies of #DBB182
Complementary color
Monochromatic Colors of #DBB182
Black with #DBB182
Text Example
Text Example
White with #DBB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB182; }
p { color: rgb(219,177,130); }
H1.HeaderClassName
{
color: #DBB182;
}
.AnyTagClassName
{
color: #DBB182;
}
</style>
background-color css
<style>
a { background-color: #DBB182; }
a { background-color: rgb(219,177,130); }
div.DivClassName
{
background-color: #DBB182;
}
.BgClassName
{
background-color: #DBB182;
}
</style>
border-color css
<style>
span { border-color: #DBB182; }
span { border-color: rgb(219,177,130); }
td.TdClassName
{
border-color: #DBB182;
}
.TagClassName
{
border-color: #DBB182;
}
</style>