Shades of Calico #D1AD84
Tints of Calico #D1AD84
RGB
CMYK
RGB Variations
Color information
#D1AD84 (or 0xD1AD84) is known color: Calico. HEX triplet: D1, AD and 84. RGB value is (209,173,132). Sum of RGB (Red+Green+Blue) = 209+173+132=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD84 is #2E527B. Grayscale: #B3B3B3. Windows color (decimal): -3035772 or 8695249. OLE color: 8695249.
HSL color Cylindrical-coordinate representation of color #D1AD84: hue angle of 31.95º degrees, saturation: 0.46, 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 #D1AD84 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 132 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.18 |
| HSL | 31.95º | 0.46% | 0.67% | - |
| HSV(B) | 31.95º | 0.37% | 0.82% | - |
| XYZ | 45.4 | 45.11 | 28.14 | - |
| YUV | 179.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 132 | 0 | 0.17 | 0.37 | 0.18 | 31.95 | 0.46 | 0.67 |
| Hex | D1 | AD | 84 | 0 | 11 | 25 | 12 | 20 | 2E | 43 |
| Octal | 321 | 255 | 204 | 0 | 21 | 45 | 22 | 40 | 56 | 103 |
| Binary | 11010001 | 10101101 | 10000100 | 0 | 10001 | 100101 | 10010 | 100000 | 101110 | 1000011 |
Color Harmonies of #D1AD84
Complementary color
Monochromatic Colors of #D1AD84
Black with #D1AD84
Text Example
Text Example
White with #D1AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD84; }
p { color: rgb(209,173,132); }
H1.HeaderClassName
{
color: #D1AD84;
}
.AnyTagClassName
{
color: #D1AD84;
}
</style>
background-color css
<style>
a { background-color: #D1AD84; }
a { background-color: rgb(209,173,132); }
div.DivClassName
{
background-color: #D1AD84;
}
.BgClassName
{
background-color: #D1AD84;
}
</style>
border-color css
<style>
span { border-color: #D1AD84; }
span { border-color: rgb(209,173,132); }
td.TdClassName
{
border-color: #D1AD84;
}
.TagClassName
{
border-color: #D1AD84;
}
</style>