Shades of Calico #D1AD80
Tints of Calico #D1AD80
RGB
CMYK
RGB Variations
Color information
#D1AD80 (or 0xD1AD80) is known color: Calico. HEX triplet: D1, AD and 80. RGB value is (209,173,128). Sum of RGB (Red+Green+Blue) = 209+173+128=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD80 is #2E527F. Grayscale: #B2B2B2. Windows color (decimal): -3035776 or 8433105. OLE color: 8433105.
HSL color Cylindrical-coordinate representation of color #D1AD80: hue angle of 33.33º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1AD80 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 128 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.18 |
| HSL | 33.33º | 0.47% | 0.66% | - |
| HSV(B) | 33.33º | 0.39% | 0.82% | - |
| XYZ | 45.13 | 45 | 26.73 | - |
| YUV | 178.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 128 | 0 | 0.17 | 0.39 | 0.18 | 33.33 | 0.47 | 0.66 |
| Hex | D1 | AD | 80 | 0 | 11 | 27 | 12 | 21 | 2F | 42 |
| Octal | 321 | 255 | 200 | 0 | 21 | 47 | 22 | 41 | 57 | 102 |
| Binary | 11010001 | 10101101 | 10000000 | 0 | 10001 | 100111 | 10010 | 100001 | 101111 | 1000010 |
Color Harmonies of #D1AD80
Complementary color
Monochromatic Colors of #D1AD80
Black with #D1AD80
Text Example
Text Example
White with #D1AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD80; }
p { color: rgb(209,173,128); }
H1.HeaderClassName
{
color: #D1AD80;
}
.AnyTagClassName
{
color: #D1AD80;
}
</style>
background-color css
<style>
a { background-color: #D1AD80; }
a { background-color: rgb(209,173,128); }
div.DivClassName
{
background-color: #D1AD80;
}
.BgClassName
{
background-color: #D1AD80;
}
</style>
border-color css
<style>
span { border-color: #D1AD80; }
span { border-color: rgb(209,173,128); }
td.TdClassName
{
border-color: #D1AD80;
}
.TagClassName
{
border-color: #D1AD80;
}
</style>