Shades of Calico #D0AE7C
Tints of Calico #D0AE7C
RGB
CMYK
RGB Variations
Color information
#D0AE7C (or 0xD0AE7C) is known color: Calico. HEX triplet: D0, AE and 7C. RGB value is (208,174,124). Sum of RGB (Red+Green+Blue) = 208+174+124=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE7C is #2F5183. Grayscale: #B2B2B2. Windows color (decimal): -3101060 or 8171216. OLE color: 8171216.
HSL color Cylindrical-coordinate representation of color #D0AE7C: hue angle of 35.71º 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 #D0AE7C is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 124 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.18 |
| HSL | 35.71º | 0.47% | 0.65% | - |
| HSV(B) | 35.71º | 0.4% | 0.82% | - |
| XYZ | 44.79 | 45.14 | 25.42 | - |
| YUV | 178.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 124 | 0 | 0.16 | 0.40 | 0.18 | 35.71 | 0.47 | 0.65 |
| Hex | D0 | AE | 7C | 0 | 10 | 28 | 12 | 24 | 2F | 41 |
| Octal | 320 | 256 | 174 | 0 | 20 | 50 | 22 | 44 | 57 | 101 |
| Binary | 11010000 | 10101110 | 1111100 | 0 | 10000 | 101000 | 10010 | 100100 | 101111 | 1000001 |
Color Harmonies of #D0AE7C
Complementary color
Monochromatic Colors of #D0AE7C
Black with #D0AE7C
Text Example
Text Example
White with #D0AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE7C; }
p { color: rgb(208,174,124); }
H1.HeaderClassName
{
color: #D0AE7C;
}
.AnyTagClassName
{
color: #D0AE7C;
}
</style>
background-color css
<style>
a { background-color: #D0AE7C; }
a { background-color: rgb(208,174,124); }
div.DivClassName
{
background-color: #D0AE7C;
}
.BgClassName
{
background-color: #D0AE7C;
}
</style>
border-color css
<style>
span { border-color: #D0AE7C; }
span { border-color: rgb(208,174,124); }
td.TdClassName
{
border-color: #D0AE7C;
}
.TagClassName
{
border-color: #D0AE7C;
}
</style>