Shades of Calico #D1AD82
Tints of Calico #D1AD82
RGB
CMYK
RGB Variations
Color information
#D1AD82 (or 0xD1AD82) is known color: Calico. HEX triplet: D1, AD and 82. RGB value is (209,173,130). Sum of RGB (Red+Green+Blue) = 209+173+130=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD82 is #2E527D. Grayscale: #B3B3B3. Windows color (decimal): -3035774 or 8564177. OLE color: 8564177.
HSL color Cylindrical-coordinate representation of color #D1AD82: hue angle of 32.66º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1AD82 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 130 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.18 |
| HSL | 32.66º | 0.46% | 0.66% | - |
| HSV(B) | 32.66º | 0.38% | 0.82% | - |
| XYZ | 45.27 | 45.05 | 27.43 | - |
| YUV | 178.86 | 100.43 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 130 | 0 | 0.17 | 0.38 | 0.18 | 32.66 | 0.46 | 0.66 |
| Hex | D1 | AD | 82 | 0 | 11 | 26 | 12 | 21 | 2E | 42 |
| Octal | 321 | 255 | 202 | 0 | 21 | 46 | 22 | 41 | 56 | 102 |
| Binary | 11010001 | 10101101 | 10000010 | 0 | 10001 | 100110 | 10010 | 100001 | 101110 | 1000010 |
Color Harmonies of #D1AD82
Complementary color
Monochromatic Colors of #D1AD82
Black with #D1AD82
Text Example
Text Example
White with #D1AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD82; }
p { color: rgb(209,173,130); }
H1.HeaderClassName
{
color: #D1AD82;
}
.AnyTagClassName
{
color: #D1AD82;
}
</style>
background-color css
<style>
a { background-color: #D1AD82; }
a { background-color: rgb(209,173,130); }
div.DivClassName
{
background-color: #D1AD82;
}
.BgClassName
{
background-color: #D1AD82;
}
</style>
border-color css
<style>
span { border-color: #D1AD82; }
span { border-color: rgb(209,173,130); }
td.TdClassName
{
border-color: #D1AD82;
}
.TagClassName
{
border-color: #D1AD82;
}
</style>