Shades of Calico #D4A978
Tints of Calico #D4A978
RGB
CMYK
RGB Variations
Color information
#D4A978 (or 0xD4A978) is known color: Calico. HEX triplet: D4, A9 and 78. RGB value is (212,169,120). Sum of RGB (Red+Green+Blue) = 212+169+120=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A978 is #2B5687. Grayscale: #B0B0B0. Windows color (decimal): -2840200 or 7907796. OLE color: 7907796.
HSL color Cylindrical-coordinate representation of color #D4A978: hue angle of 31.96º degrees, saturation: 0.52, 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 #D4A978 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 120 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.17 |
| HSL | 31.96º | 0.52% | 0.65% | - |
| HSV(B) | 31.96º | 0.43% | 0.83% | - |
| XYZ | 44.73 | 43.73 | 23.85 | - |
| YUV | 176.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 120 | 0 | 0.20 | 0.43 | 0.17 | 31.96 | 0.52 | 0.65 |
| Hex | D4 | A9 | 78 | 0 | 14 | 2B | 11 | 20 | 34 | 41 |
| Octal | 324 | 251 | 170 | 0 | 24 | 53 | 21 | 40 | 64 | 101 |
| Binary | 11010100 | 10101001 | 1111000 | 0 | 10100 | 101011 | 10001 | 100000 | 110100 | 1000001 |
Color Harmonies of #D4A978
Complementary color
Monochromatic Colors of #D4A978
Black with #D4A978
Text Example
Text Example
White with #D4A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A978; }
p { color: rgb(212,169,120); }
H1.HeaderClassName
{
color: #D4A978;
}
.AnyTagClassName
{
color: #D4A978;
}
</style>
background-color css
<style>
a { background-color: #D4A978; }
a { background-color: rgb(212,169,120); }
div.DivClassName
{
background-color: #D4A978;
}
.BgClassName
{
background-color: #D4A978;
}
</style>
border-color css
<style>
span { border-color: #D4A978; }
span { border-color: rgb(212,169,120); }
td.TdClassName
{
border-color: #D4A978;
}
.TagClassName
{
border-color: #D4A978;
}
</style>