Shades of Calico #D0AA7D
Tints of Calico #D0AA7D
RGB
CMYK
RGB Variations
Color information
#D0AA7D (or 0xD0AA7D) is known color: Calico. HEX triplet: D0, AA and 7D. RGB value is (208,170,125). Sum of RGB (Red+Green+Blue) = 208+170+125=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AA7D is #2F5582. Grayscale: #B0B0B0. Windows color (decimal): -3102083 or 8235728. OLE color: 8235728.
HSL color Cylindrical-coordinate representation of color #D0AA7D: hue angle of 32.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0AA7D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 125 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.18 |
| HSL | 32.53º | 0.47% | 0.65% | - |
| HSV(B) | 32.53º | 0.4% | 0.82% | - |
| XYZ | 44.09 | 43.64 | 25.5 | - |
| YUV | 176.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 125 | 0 | 0.18 | 0.40 | 0.18 | 32.53 | 0.47 | 0.65 |
| Hex | D0 | AA | 7D | 0 | 12 | 28 | 12 | 21 | 2F | 41 |
| Octal | 320 | 252 | 175 | 0 | 22 | 50 | 22 | 41 | 57 | 101 |
| Binary | 11010000 | 10101010 | 1111101 | 0 | 10010 | 101000 | 10010 | 100001 | 101111 | 1000001 |
Color Harmonies of #D0AA7D
Complementary color
Monochromatic Colors of #D0AA7D
Black with #D0AA7D
Text Example
Text Example
White with #D0AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AA7D; }
p { color: rgb(208,170,125); }
H1.HeaderClassName
{
color: #D0AA7D;
}
.AnyTagClassName
{
color: #D0AA7D;
}
</style>
background-color css
<style>
a { background-color: #D0AA7D; }
a { background-color: rgb(208,170,125); }
div.DivClassName
{
background-color: #D0AA7D;
}
.BgClassName
{
background-color: #D0AA7D;
}
</style>
border-color css
<style>
span { border-color: #D0AA7D; }
span { border-color: rgb(208,170,125); }
td.TdClassName
{
border-color: #D0AA7D;
}
.TagClassName
{
border-color: #D0AA7D;
}
</style>