Shades of Calico #DBB183
Tints of Calico #DBB183
RGB
CMYK
RGB Variations
Color information
#DBB183 (or 0xDBB183) is known color: Calico. HEX triplet: DB, B1 and 83. RGB value is (219,177,131). Sum of RGB (Red+Green+Blue) = 219+177+131=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB183 is #244E7C. Grayscale: #B8B8B8. Windows color (decimal): -2379389 or 8630747. OLE color: 8630747.
HSL color Cylindrical-coordinate representation of color #DBB183: hue angle of 31.36º 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 #DBB183 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 131 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.14 |
| HSL | 31.36º | 0.55% | 0.69% | - |
| HSV(B) | 31.36º | 0.4% | 0.86% | - |
| XYZ | 49.03 | 48.14 | 28.18 | - |
| YUV | 184.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 131 | 0 | 0.19 | 0.40 | 0.14 | 31.36 | 0.55 | 0.69 |
| Hex | DB | B1 | 83 | 0 | 13 | 28 | E | 1F | 37 | 45 |
| Octal | 333 | 261 | 203 | 0 | 23 | 50 | 16 | 37 | 67 | 105 |
| Binary | 11011011 | 10110001 | 10000011 | 0 | 10011 | 101000 | 1110 | 11111 | 110111 | 1000101 |
Color Harmonies of #DBB183
Complementary color
Monochromatic Colors of #DBB183
Black with #DBB183
Text Example
Text Example
White with #DBB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB183; }
p { color: rgb(219,177,131); }
H1.HeaderClassName
{
color: #DBB183;
}
.AnyTagClassName
{
color: #DBB183;
}
</style>
background-color css
<style>
a { background-color: #DBB183; }
a { background-color: rgb(219,177,131); }
div.DivClassName
{
background-color: #DBB183;
}
.BgClassName
{
background-color: #DBB183;
}
</style>
border-color css
<style>
span { border-color: #DBB183; }
span { border-color: rgb(219,177,131); }
td.TdClassName
{
border-color: #DBB183;
}
.TagClassName
{
border-color: #DBB183;
}
</style>