Shades of Calico #D3A978
Tints of Calico #D3A978
RGB
CMYK
RGB Variations
Color information
#D3A978 (or 0xD3A978) is known color: Calico. HEX triplet: D3, A9 and 78. RGB value is (211,169,120). Sum of RGB (Red+Green+Blue) = 211+169+120=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A978 is #2C5687. Grayscale: #B0B0B0. Windows color (decimal): -2905736 or 7907795. OLE color: 7907795.
HSL color Cylindrical-coordinate representation of color #D3A978: hue angle of 32.31º 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 #D3A978 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 120 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.17 |
| HSL | 32.31º | 0.51% | 0.65% | - |
| HSV(B) | 32.31º | 0.43% | 0.83% | - |
| XYZ | 44.44 | 43.58 | 23.84 | - |
| YUV | 175.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 120 | 0 | 0.20 | 0.43 | 0.17 | 32.31 | 0.51 | 0.65 |
| Hex | D3 | A9 | 78 | 0 | 14 | 2B | 11 | 20 | 33 | 41 |
| Octal | 323 | 251 | 170 | 0 | 24 | 53 | 21 | 40 | 63 | 101 |
| Binary | 11010011 | 10101001 | 1111000 | 0 | 10100 | 101011 | 10001 | 100000 | 110011 | 1000001 |
Color Harmonies of #D3A978
Complementary color
Monochromatic Colors of #D3A978
Black with #D3A978
Text Example
Text Example
White with #D3A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A978; }
p { color: rgb(211,169,120); }
H1.HeaderClassName
{
color: #D3A978;
}
.AnyTagClassName
{
color: #D3A978;
}
</style>
background-color css
<style>
a { background-color: #D3A978; }
a { background-color: rgb(211,169,120); }
div.DivClassName
{
background-color: #D3A978;
}
.BgClassName
{
background-color: #D3A978;
}
</style>
border-color css
<style>
span { border-color: #D3A978; }
span { border-color: rgb(211,169,120); }
td.TdClassName
{
border-color: #D3A978;
}
.TagClassName
{
border-color: #D3A978;
}
</style>