Shades of Calico #D5AA7A
Tints of Calico #D5AA7A
RGB
CMYK
RGB Variations
Color information
#D5AA7A (or 0xD5AA7A) is known color: Calico. HEX triplet: D5, AA and 7A. RGB value is (213,170,122). Sum of RGB (Red+Green+Blue) = 213+170+122=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA7A is #2A5585. Grayscale: #B1B1B1. Windows color (decimal): -2774406 or 8039125. OLE color: 8039125.
HSL color Cylindrical-coordinate representation of color #D5AA7A: hue angle of 31.65º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5AA7A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 122 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.16 |
| HSL | 31.65º | 0.52% | 0.66% | - |
| HSV(B) | 31.65º | 0.43% | 0.84% | - |
| XYZ | 45.33 | 44.3 | 24.57 | - |
| YUV | 177.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 122 | 0 | 0.20 | 0.43 | 0.16 | 31.65 | 0.52 | 0.66 |
| Hex | D5 | AA | 7A | 0 | 14 | 2B | 10 | 20 | 34 | 42 |
| Octal | 325 | 252 | 172 | 0 | 24 | 53 | 20 | 40 | 64 | 102 |
| Binary | 11010101 | 10101010 | 1111010 | 0 | 10100 | 101011 | 10000 | 100000 | 110100 | 1000010 |
Color Harmonies of #D5AA7A
Complementary color
Monochromatic Colors of #D5AA7A
Black with #D5AA7A
Text Example
Text Example
White with #D5AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA7A; }
p { color: rgb(213,170,122); }
H1.HeaderClassName
{
color: #D5AA7A;
}
.AnyTagClassName
{
color: #D5AA7A;
}
</style>
background-color css
<style>
a { background-color: #D5AA7A; }
a { background-color: rgb(213,170,122); }
div.DivClassName
{
background-color: #D5AA7A;
}
.BgClassName
{
background-color: #D5AA7A;
}
</style>
border-color css
<style>
span { border-color: #D5AA7A; }
span { border-color: rgb(213,170,122); }
td.TdClassName
{
border-color: #D5AA7A;
}
.TagClassName
{
border-color: #D5AA7A;
}
</style>