Shades of Calico #D5A978
Tints of Calico #D5A978
RGB
CMYK
RGB Variations
Color information
#D5A978 (or 0xD5A978) is known color: Calico. HEX triplet: D5, A9 and 78. RGB value is (213,169,120). Sum of RGB (Red+Green+Blue) = 213+169+120=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A978 is #2A5687. Grayscale: #B0B0B0. Windows color (decimal): -2774664 or 7907797. OLE color: 7907797.
HSL color Cylindrical-coordinate representation of color #D5A978: hue angle of 31.61º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5A978 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 169 | 120 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.16 |
| HSL | 31.61º | 0.53% | 0.65% | - |
| HSV(B) | 31.61º | 0.44% | 0.84% | - |
| XYZ | 45.02 | 43.88 | 23.87 | - |
| YUV | 176.57 | 96.08 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 120 | 0 | 0.21 | 0.44 | 0.16 | 31.61 | 0.53 | 0.65 |
| Hex | D5 | A9 | 78 | 0 | 15 | 2C | 10 | 20 | 35 | 41 |
| Octal | 325 | 251 | 170 | 0 | 25 | 54 | 20 | 40 | 65 | 101 |
| Binary | 11010101 | 10101001 | 1111000 | 0 | 10101 | 101100 | 10000 | 100000 | 110101 | 1000001 |
Color Harmonies of #D5A978
Complementary color
Monochromatic Colors of #D5A978
Black with #D5A978
Text Example
Text Example
White with #D5A978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A978; }
p { color: rgb(213,169,120); }
H1.HeaderClassName
{
color: #D5A978;
}
.AnyTagClassName
{
color: #D5A978;
}
</style>
background-color css
<style>
a { background-color: #D5A978; }
a { background-color: rgb(213,169,120); }
div.DivClassName
{
background-color: #D5A978;
}
.BgClassName
{
background-color: #D5A978;
}
</style>
border-color css
<style>
span { border-color: #D5A978; }
span { border-color: rgb(213,169,120); }
td.TdClassName
{
border-color: #D5A978;
}
.TagClassName
{
border-color: #D5A978;
}
</style>