Shades of Calico #DBB185
Tints of Calico #DBB185
RGB
CMYK
RGB Variations
Color information
#DBB185 (or 0xDBB185) is known color: Calico. HEX triplet: DB, B1 and 85. RGB value is (219,177,133). Sum of RGB (Red+Green+Blue) = 219+177+133=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB185 is #244E7A. Grayscale: #B8B8B8. Windows color (decimal): -2379387 or 8761819. OLE color: 8761819.
HSL color Cylindrical-coordinate representation of color #DBB185: hue angle of 30.7º 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 #DBB185 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 133 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.14 |
| HSL | 30.7º | 0.54% | 0.69% | - |
| HSV(B) | 30.7º | 0.39% | 0.86% | - |
| XYZ | 49.17 | 48.2 | 28.9 | - |
| YUV | 184.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 133 | 0 | 0.19 | 0.39 | 0.14 | 30.7 | 0.54 | 0.69 |
| Hex | DB | B1 | 85 | 0 | 13 | 27 | E | 1F | 36 | 45 |
| Octal | 333 | 261 | 205 | 0 | 23 | 47 | 16 | 37 | 66 | 105 |
| Binary | 11011011 | 10110001 | 10000101 | 0 | 10011 | 100111 | 1110 | 11111 | 110110 | 1000101 |
Color Harmonies of #DBB185
Complementary color
Monochromatic Colors of #DBB185
Black with #DBB185
Text Example
Text Example
White with #DBB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB185; }
p { color: rgb(219,177,133); }
H1.HeaderClassName
{
color: #DBB185;
}
.AnyTagClassName
{
color: #DBB185;
}
</style>
background-color css
<style>
a { background-color: #DBB185; }
a { background-color: rgb(219,177,133); }
div.DivClassName
{
background-color: #DBB185;
}
.BgClassName
{
background-color: #DBB185;
}
</style>
border-color css
<style>
span { border-color: #DBB185; }
span { border-color: rgb(219,177,133); }
td.TdClassName
{
border-color: #DBB185;
}
.TagClassName
{
border-color: #DBB185;
}
</style>