Shades of Calico #D3A979
Tints of Calico #D3A979
RGB
CMYK
RGB Variations
Color information
#D3A979 (or 0xD3A979) is known color: Calico. HEX triplet: D3, A9 and 79. RGB value is (211,169,121). Sum of RGB (Red+Green+Blue) = 211+169+121=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A979 is #2C5686. Grayscale: #B0B0B0. Windows color (decimal): -2905735 or 7973331. OLE color: 7973331.
HSL color Cylindrical-coordinate representation of color #D3A979: hue angle of 32º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3A979 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 121 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.17 |
| HSL | 32º | 0.51% | 0.65% | - |
| HSV(B) | 32º | 0.43% | 0.83% | - |
| XYZ | 44.5 | 43.61 | 24.16 | - |
| YUV | 176.09 | 96.91 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 121 | 0 | 0.20 | 0.43 | 0.17 | 32 | 0.51 | 0.65 |
| Hex | D3 | A9 | 79 | 0 | 14 | 2B | 11 | 20 | 33 | 41 |
| Octal | 323 | 251 | 171 | 0 | 24 | 53 | 21 | 40 | 63 | 101 |
| Binary | 11010011 | 10101001 | 1111001 | 0 | 10100 | 101011 | 10001 | 100000 | 110011 | 1000001 |
Color Harmonies of #D3A979
Complementary color
Monochromatic Colors of #D3A979
Black with #D3A979
Text Example
Text Example
White with #D3A979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A979; }
p { color: rgb(211,169,121); }
H1.HeaderClassName
{
color: #D3A979;
}
.AnyTagClassName
{
color: #D3A979;
}
</style>
background-color css
<style>
a { background-color: #D3A979; }
a { background-color: rgb(211,169,121); }
div.DivClassName
{
background-color: #D3A979;
}
.BgClassName
{
background-color: #D3A979;
}
</style>
border-color css
<style>
span { border-color: #D3A979; }
span { border-color: rgb(211,169,121); }
td.TdClassName
{
border-color: #D3A979;
}
.TagClassName
{
border-color: #D3A979;
}
</style>