Shades of Calico #D0AA7A
Tints of Calico #D0AA7A
RGB
CMYK
RGB Variations
Color information
#D0AA7A (or 0xD0AA7A) is known color: Calico. HEX triplet: D0, AA and 7A. RGB value is (208,170,122). Sum of RGB (Red+Green+Blue) = 208+170+122=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA7A is #2F5585. Grayscale: #B0B0B0. Windows color (decimal): -3102086 or 8039120. OLE color: 8039120.
HSL color Cylindrical-coordinate representation of color #D0AA7A: hue angle of 33.49º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0AA7A is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 122 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.18 |
| HSL | 33.49º | 0.48% | 0.65% | - |
| HSV(B) | 33.49º | 0.41% | 0.82% | - |
| XYZ | 43.9 | 43.56 | 24.51 | - |
| YUV | 175.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 122 | 0 | 0.18 | 0.41 | 0.18 | 33.49 | 0.48 | 0.65 |
| Hex | D0 | AA | 7A | 0 | 12 | 29 | 12 | 21 | 30 | 41 |
| Octal | 320 | 252 | 172 | 0 | 22 | 51 | 22 | 41 | 60 | 101 |
| Binary | 11010000 | 10101010 | 1111010 | 0 | 10010 | 101001 | 10010 | 100001 | 110000 | 1000001 |
Color Harmonies of #D0AA7A
Complementary color
Monochromatic Colors of #D0AA7A
Black with #D0AA7A
Text Example
Text Example
White with #D0AA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA7A; }
p { color: rgb(208,170,122); }
H1.HeaderClassName
{
color: #D0AA7A;
}
.AnyTagClassName
{
color: #D0AA7A;
}
</style>
background-color css
<style>
a { background-color: #D0AA7A; }
a { background-color: rgb(208,170,122); }
div.DivClassName
{
background-color: #D0AA7A;
}
.BgClassName
{
background-color: #D0AA7A;
}
</style>
border-color css
<style>
span { border-color: #D0AA7A; }
span { border-color: rgb(208,170,122); }
td.TdClassName
{
border-color: #D0AA7A;
}
.TagClassName
{
border-color: #D0AA7A;
}
</style>