Shades of Calico #D3AF84
Tints of Calico #D3AF84
RGB
CMYK
RGB Variations
Color information
#D3AF84 (or 0xD3AF84) is known color: Calico. HEX triplet: D3, AF and 84. RGB value is (211,175,132). Sum of RGB (Red+Green+Blue) = 211+175+132=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF84 is #2C507B. Grayscale: #B5B5B5. Windows color (decimal): -2904188 or 8695763. OLE color: 8695763.
HSL color Cylindrical-coordinate representation of color #D3AF84: hue angle of 32.66º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D3AF84 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 132 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.17 |
| HSL | 32.66º | 0.47% | 0.67% | - |
| HSV(B) | 32.66º | 0.37% | 0.83% | - |
| XYZ | 46.36 | 46.17 | 28.3 | - |
| YUV | 180.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 132 | 0 | 0.17 | 0.37 | 0.17 | 32.66 | 0.47 | 0.67 |
| Hex | D3 | AF | 84 | 0 | 11 | 25 | 11 | 21 | 2F | 43 |
| Octal | 323 | 257 | 204 | 0 | 21 | 45 | 21 | 41 | 57 | 103 |
| Binary | 11010011 | 10101111 | 10000100 | 0 | 10001 | 100101 | 10001 | 100001 | 101111 | 1000011 |
Color Harmonies of #D3AF84
Complementary color
Monochromatic Colors of #D3AF84
Black with #D3AF84
Text Example
Text Example
White with #D3AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF84; }
p { color: rgb(211,175,132); }
H1.HeaderClassName
{
color: #D3AF84;
}
.AnyTagClassName
{
color: #D3AF84;
}
</style>
background-color css
<style>
a { background-color: #D3AF84; }
a { background-color: rgb(211,175,132); }
div.DivClassName
{
background-color: #D3AF84;
}
.BgClassName
{
background-color: #D3AF84;
}
</style>
border-color css
<style>
span { border-color: #D3AF84; }
span { border-color: rgb(211,175,132); }
td.TdClassName
{
border-color: #D3AF84;
}
.TagClassName
{
border-color: #D3AF84;
}
</style>