Shades of Calico #D1AD7A
Tints of Calico #D1AD7A
RGB
CMYK
RGB Variations
Color information
#D1AD7A (or 0xD1AD7A) is known color: Calico. HEX triplet: D1, AD and 7A. RGB value is (209,173,122). Sum of RGB (Red+Green+Blue) = 209+173+122=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD7A is #2E5285. Grayscale: #B2B2B2. Windows color (decimal): -3035782 or 8039889. OLE color: 8039889.
HSL color Cylindrical-coordinate representation of color #D1AD7A: hue angle of 35.17º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1AD7A is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 122 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.18 |
| HSL | 35.17º | 0.49% | 0.65% | - |
| HSV(B) | 35.17º | 0.42% | 0.82% | - |
| XYZ | 44.75 | 44.85 | 24.71 | - |
| YUV | 177.95 | 96.43 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 122 | 0 | 0.17 | 0.42 | 0.18 | 35.17 | 0.49 | 0.65 |
| Hex | D1 | AD | 7A | 0 | 11 | 2A | 12 | 23 | 31 | 41 |
| Octal | 321 | 255 | 172 | 0 | 21 | 52 | 22 | 43 | 61 | 101 |
| Binary | 11010001 | 10101101 | 1111010 | 0 | 10001 | 101010 | 10010 | 100011 | 110001 | 1000001 |
Color Harmonies of #D1AD7A
Complementary color
Monochromatic Colors of #D1AD7A
Black with #D1AD7A
Text Example
Text Example
White with #D1AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD7A; }
p { color: rgb(209,173,122); }
H1.HeaderClassName
{
color: #D1AD7A;
}
.AnyTagClassName
{
color: #D1AD7A;
}
</style>
background-color css
<style>
a { background-color: #D1AD7A; }
a { background-color: rgb(209,173,122); }
div.DivClassName
{
background-color: #D1AD7A;
}
.BgClassName
{
background-color: #D1AD7A;
}
</style>
border-color css
<style>
span { border-color: #D1AD7A; }
span { border-color: rgb(209,173,122); }
td.TdClassName
{
border-color: #D1AD7A;
}
.TagClassName
{
border-color: #D1AD7A;
}
</style>