Shades of Calico #D0AA7E
Tints of Calico #D0AA7E
RGB
CMYK
RGB Variations
Color information
#D0AA7E (or 0xD0AA7E) is known color: Calico. HEX triplet: D0, AA and 7E. RGB value is (208,170,126). Sum of RGB (Red+Green+Blue) = 208+170+126=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA7E is #2F5581. Grayscale: #B0B0B0. Windows color (decimal): -3102082 or 8301264. OLE color: 8301264.
HSL color Cylindrical-coordinate representation of color #D0AA7E: hue angle of 32.2º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0AA7E is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 126 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.18 |
| HSL | 32.2º | 0.47% | 0.65% | - |
| HSV(B) | 32.2º | 0.39% | 0.82% | - |
| XYZ | 44.15 | 43.67 | 25.84 | - |
| YUV | 176.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 126 | 0 | 0.18 | 0.39 | 0.18 | 32.2 | 0.47 | 0.65 |
| Hex | D0 | AA | 7E | 0 | 12 | 27 | 12 | 20 | 2F | 41 |
| Octal | 320 | 252 | 176 | 0 | 22 | 47 | 22 | 40 | 57 | 101 |
| Binary | 11010000 | 10101010 | 1111110 | 0 | 10010 | 100111 | 10010 | 100000 | 101111 | 1000001 |
Color Harmonies of #D0AA7E
Complementary color
Monochromatic Colors of #D0AA7E
Black with #D0AA7E
Text Example
Text Example
White with #D0AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA7E; }
p { color: rgb(208,170,126); }
H1.HeaderClassName
{
color: #D0AA7E;
}
.AnyTagClassName
{
color: #D0AA7E;
}
</style>
background-color css
<style>
a { background-color: #D0AA7E; }
a { background-color: rgb(208,170,126); }
div.DivClassName
{
background-color: #D0AA7E;
}
.BgClassName
{
background-color: #D0AA7E;
}
</style>
border-color css
<style>
span { border-color: #D0AA7E; }
span { border-color: rgb(208,170,126); }
td.TdClassName
{
border-color: #D0AA7E;
}
.TagClassName
{
border-color: #D0AA7E;
}
</style>