Shades of Calico #D1AA7E
Tints of Calico #D1AA7E
RGB
CMYK
RGB Variations
Color information
#D1AA7E (or 0xD1AA7E) is known color: Calico. HEX triplet: D1, AA and 7E. RGB value is (209,170,126). Sum of RGB (Red+Green+Blue) = 209+170+126=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA7E is #2E5581. Grayscale: #B0B0B0. Windows color (decimal): -3036546 or 8301265. OLE color: 8301265.
HSL color Cylindrical-coordinate representation of color #D1AA7E: hue angle of 31.81º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1AA7E is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 126 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.18 |
| HSL | 31.81º | 0.47% | 0.66% | - |
| HSV(B) | 31.81º | 0.4% | 0.82% | - |
| XYZ | 44.44 | 43.81 | 25.85 | - |
| YUV | 176.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 126 | 0 | 0.19 | 0.40 | 0.18 | 31.81 | 0.47 | 0.66 |
| Hex | D1 | AA | 7E | 0 | 13 | 28 | 12 | 20 | 2F | 42 |
| Octal | 321 | 252 | 176 | 0 | 23 | 50 | 22 | 40 | 57 | 102 |
| Binary | 11010001 | 10101010 | 1111110 | 0 | 10011 | 101000 | 10010 | 100000 | 101111 | 1000010 |
Color Harmonies of #D1AA7E
Complementary color
Monochromatic Colors of #D1AA7E
Black with #D1AA7E
Text Example
Text Example
White with #D1AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA7E; }
p { color: rgb(209,170,126); }
H1.HeaderClassName
{
color: #D1AA7E;
}
.AnyTagClassName
{
color: #D1AA7E;
}
</style>
background-color css
<style>
a { background-color: #D1AA7E; }
a { background-color: rgb(209,170,126); }
div.DivClassName
{
background-color: #D1AA7E;
}
.BgClassName
{
background-color: #D1AA7E;
}
</style>
border-color css
<style>
span { border-color: #D1AA7E; }
span { border-color: rgb(209,170,126); }
td.TdClassName
{
border-color: #D1AA7E;
}
.TagClassName
{
border-color: #D1AA7E;
}
</style>