Shades of Calico #D4AA7F
Tints of Calico #D4AA7F
RGB
CMYK
RGB Variations
Color information
#D4AA7F (or 0xD4AA7F) is known color: Calico. HEX triplet: D4, AA and 7F. RGB value is (212,170,127). Sum of RGB (Red+Green+Blue) = 212+170+127=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AA7F is #2B5580. Grayscale: #B1B1B1. Windows color (decimal): -2839937 or 8366804. OLE color: 8366804.
HSL color Cylindrical-coordinate representation of color #D4AA7F: hue angle of 30.35º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4AA7F is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 127 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.17 |
| HSL | 30.35º | 0.5% | 0.66% | - |
| HSV(B) | 30.35º | 0.4% | 0.83% | - |
| XYZ | 45.36 | 44.28 | 26.23 | - |
| YUV | 177.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 127 | 0 | 0.20 | 0.40 | 0.17 | 30.35 | 0.5 | 0.66 |
| Hex | D4 | AA | 7F | 0 | 14 | 28 | 11 | 1E | 32 | 42 |
| Octal | 324 | 252 | 177 | 0 | 24 | 50 | 21 | 36 | 62 | 102 |
| Binary | 11010100 | 10101010 | 1111111 | 0 | 10100 | 101000 | 10001 | 11110 | 110010 | 1000010 |
Color Harmonies of #D4AA7F
Complementary color
Monochromatic Colors of #D4AA7F
Black with #D4AA7F
Text Example
Text Example
White with #D4AA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA7F; }
p { color: rgb(212,170,127); }
H1.HeaderClassName
{
color: #D4AA7F;
}
.AnyTagClassName
{
color: #D4AA7F;
}
</style>
background-color css
<style>
a { background-color: #D4AA7F; }
a { background-color: rgb(212,170,127); }
div.DivClassName
{
background-color: #D4AA7F;
}
.BgClassName
{
background-color: #D4AA7F;
}
</style>
border-color css
<style>
span { border-color: #D4AA7F; }
span { border-color: rgb(212,170,127); }
td.TdClassName
{
border-color: #D4AA7F;
}
.TagClassName
{
border-color: #D4AA7F;
}
</style>