Shades of Calico #DBAF84
Tints of Calico #DBAF84
RGB
CMYK
RGB Variations
Color information
#DBAF84 (or 0xDBAF84) is known color: Calico. HEX triplet: DB, AF and 84. RGB value is (219,175,132). Sum of RGB (Red+Green+Blue) = 219+175+132=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF84 is #24507B. Grayscale: #B7B7B7. Windows color (decimal): -2379900 or 8695771. OLE color: 8695771.
HSL color Cylindrical-coordinate representation of color #DBAF84: hue angle of 29.66º 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 #DBAF84 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 132 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.14 |
| HSL | 29.66º | 0.55% | 0.69% | - |
| HSV(B) | 29.66º | 0.4% | 0.86% | - |
| XYZ | 48.71 | 47.39 | 28.41 | - |
| YUV | 183.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 132 | 0 | 0.20 | 0.40 | 0.14 | 29.66 | 0.55 | 0.69 |
| Hex | DB | AF | 84 | 0 | 14 | 28 | E | 1E | 37 | 45 |
| Octal | 333 | 257 | 204 | 0 | 24 | 50 | 16 | 36 | 67 | 105 |
| Binary | 11011011 | 10101111 | 10000100 | 0 | 10100 | 101000 | 1110 | 11110 | 110111 | 1000101 |
Color Harmonies of #DBAF84
Complementary color
Monochromatic Colors of #DBAF84
Black with #DBAF84
Text Example
Text Example
White with #DBAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF84; }
p { color: rgb(219,175,132); }
H1.HeaderClassName
{
color: #DBAF84;
}
.AnyTagClassName
{
color: #DBAF84;
}
</style>
background-color css
<style>
a { background-color: #DBAF84; }
a { background-color: rgb(219,175,132); }
div.DivClassName
{
background-color: #DBAF84;
}
.BgClassName
{
background-color: #DBAF84;
}
</style>
border-color css
<style>
span { border-color: #DBAF84; }
span { border-color: rgb(219,175,132); }
td.TdClassName
{
border-color: #DBAF84;
}
.TagClassName
{
border-color: #DBAF84;
}
</style>