Shades of Calico #D0AF84
Tints of Calico #D0AF84
RGB
CMYK
RGB Variations
Color information
#D0AF84 (or 0xD0AF84) is known color: Calico. HEX triplet: D0, AF and 84. RGB value is (208,175,132). Sum of RGB (Red+Green+Blue) = 208+175+132=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF84 is #2F507B. Grayscale: #B4B4B4. Windows color (decimal): -3100796 or 8695760. OLE color: 8695760.
HSL color Cylindrical-coordinate representation of color #D0AF84: hue angle of 33.95º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0AF84 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 132 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.18 |
| HSL | 33.95º | 0.45% | 0.67% | - |
| HSV(B) | 33.95º | 0.37% | 0.82% | - |
| XYZ | 45.51 | 45.74 | 28.26 | - |
| YUV | 179.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 132 | 0 | 0.16 | 0.37 | 0.18 | 33.95 | 0.45 | 0.67 |
| Hex | D0 | AF | 84 | 0 | 10 | 25 | 12 | 22 | 2D | 43 |
| Octal | 320 | 257 | 204 | 0 | 20 | 45 | 22 | 42 | 55 | 103 |
| Binary | 11010000 | 10101111 | 10000100 | 0 | 10000 | 100101 | 10010 | 100010 | 101101 | 1000011 |
Color Harmonies of #D0AF84
Complementary color
Monochromatic Colors of #D0AF84
Black with #D0AF84
Text Example
Text Example
White with #D0AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF84; }
p { color: rgb(208,175,132); }
H1.HeaderClassName
{
color: #D0AF84;
}
.AnyTagClassName
{
color: #D0AF84;
}
</style>
background-color css
<style>
a { background-color: #D0AF84; }
a { background-color: rgb(208,175,132); }
div.DivClassName
{
background-color: #D0AF84;
}
.BgClassName
{
background-color: #D0AF84;
}
</style>
border-color css
<style>
span { border-color: #D0AF84; }
span { border-color: rgb(208,175,132); }
td.TdClassName
{
border-color: #D0AF84;
}
.TagClassName
{
border-color: #D0AF84;
}
</style>