Shades of Calico #DBB181
Tints of Calico #DBB181
RGB
CMYK
RGB Variations
Color information
#DBB181 (or 0xDBB181) is known color: Calico. HEX triplet: DB, B1 and 81. RGB value is (219,177,129). Sum of RGB (Red+Green+Blue) = 219+177+129=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB181 is #244E7E. Grayscale: #B8B8B8. Windows color (decimal): -2379391 or 8499675. OLE color: 8499675.
HSL color Cylindrical-coordinate representation of color #DBB181: hue angle of 32º degrees, saturation: 0.56, 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 #DBB181 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 129 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.14 |
| HSL | 32º | 0.56% | 0.68% | - |
| HSV(B) | 32º | 0.41% | 0.86% | - |
| XYZ | 48.9 | 48.09 | 27.47 | - |
| YUV | 184.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 129 | 0 | 0.19 | 0.41 | 0.14 | 32 | 0.56 | 0.68 |
| Hex | DB | B1 | 81 | 0 | 13 | 29 | E | 20 | 38 | 44 |
| Octal | 333 | 261 | 201 | 0 | 23 | 51 | 16 | 40 | 70 | 104 |
| Binary | 11011011 | 10110001 | 10000001 | 0 | 10011 | 101001 | 1110 | 100000 | 111000 | 1000100 |
Color Harmonies of #DBB181
Complementary color
Monochromatic Colors of #DBB181
Black with #DBB181
Text Example
Text Example
White with #DBB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB181; }
p { color: rgb(219,177,129); }
H1.HeaderClassName
{
color: #DBB181;
}
.AnyTagClassName
{
color: #DBB181;
}
</style>
background-color css
<style>
a { background-color: #DBB181; }
a { background-color: rgb(219,177,129); }
div.DivClassName
{
background-color: #DBB181;
}
.BgClassName
{
background-color: #DBB181;
}
</style>
border-color css
<style>
span { border-color: #DBB181; }
span { border-color: rgb(219,177,129); }
td.TdClassName
{
border-color: #DBB181;
}
.TagClassName
{
border-color: #DBB181;
}
</style>