Shades of Calico #D6AA7E
Tints of Calico #D6AA7E
RGB
CMYK
RGB Variations
Color information
#D6AA7E (or 0xD6AA7E) is known color: Calico. HEX triplet: D6, AA and 7E. RGB value is (214,170,126). Sum of RGB (Red+Green+Blue) = 214+170+126=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA7E is #295581. Grayscale: #B2B2B2. Windows color (decimal): -2708866 or 8301270. OLE color: 8301270.
HSL color Cylindrical-coordinate representation of color #D6AA7E: hue angle of 30º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6AA7E is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 126 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.16 |
| HSL | 30º | 0.52% | 0.67% | - |
| HSV(B) | 30º | 0.41% | 0.84% | - |
| XYZ | 45.87 | 44.55 | 25.92 | - |
| YUV | 178.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 126 | 0 | 0.21 | 0.41 | 0.16 | 30 | 0.52 | 0.67 |
| Hex | D6 | AA | 7E | 0 | 15 | 29 | 10 | 1E | 34 | 43 |
| Octal | 326 | 252 | 176 | 0 | 25 | 51 | 20 | 36 | 64 | 103 |
| Binary | 11010110 | 10101010 | 1111110 | 0 | 10101 | 101001 | 10000 | 11110 | 110100 | 1000011 |
Color Harmonies of #D6AA7E
Complementary color
Monochromatic Colors of #D6AA7E
Black with #D6AA7E
Text Example
Text Example
White with #D6AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA7E; }
p { color: rgb(214,170,126); }
H1.HeaderClassName
{
color: #D6AA7E;
}
.AnyTagClassName
{
color: #D6AA7E;
}
</style>
background-color css
<style>
a { background-color: #D6AA7E; }
a { background-color: rgb(214,170,126); }
div.DivClassName
{
background-color: #D6AA7E;
}
.BgClassName
{
background-color: #D6AA7E;
}
</style>
border-color css
<style>
span { border-color: #D6AA7E; }
span { border-color: rgb(214,170,126); }
td.TdClassName
{
border-color: #D6AA7E;
}
.TagClassName
{
border-color: #D6AA7E;
}
</style>