Shades of Calico #D1AC82
Tints of Calico #D1AC82
RGB
CMYK
RGB Variations
Color information
#D1AC82 (or 0xD1AC82) is known color: Calico. HEX triplet: D1, AC and 82. RGB value is (209,172,130). Sum of RGB (Red+Green+Blue) = 209+172+130=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC82 is #2E537D. Grayscale: #B2B2B2. Windows color (decimal): -3036030 or 8563921. OLE color: 8563921.
HSL color Cylindrical-coordinate representation of color #D1AC82: hue angle of 31.9º 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 #D1AC82 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 130 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.18 |
| HSL | 31.9º | 0.46% | 0.66% | - |
| HSV(B) | 31.9º | 0.38% | 0.82% | - |
| XYZ | 45.08 | 44.67 | 27.37 | - |
| YUV | 178.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 130 | 0 | 0.18 | 0.38 | 0.18 | 31.9 | 0.46 | 0.66 |
| Hex | D1 | AC | 82 | 0 | 12 | 26 | 12 | 20 | 2E | 42 |
| Octal | 321 | 254 | 202 | 0 | 22 | 46 | 22 | 40 | 56 | 102 |
| Binary | 11010001 | 10101100 | 10000010 | 0 | 10010 | 100110 | 10010 | 100000 | 101110 | 1000010 |
Color Harmonies of #D1AC82
Complementary color
Monochromatic Colors of #D1AC82
Black with #D1AC82
Text Example
Text Example
White with #D1AC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC82; }
p { color: rgb(209,172,130); }
H1.HeaderClassName
{
color: #D1AC82;
}
.AnyTagClassName
{
color: #D1AC82;
}
</style>
background-color css
<style>
a { background-color: #D1AC82; }
a { background-color: rgb(209,172,130); }
div.DivClassName
{
background-color: #D1AC82;
}
.BgClassName
{
background-color: #D1AC82;
}
</style>
border-color css
<style>
span { border-color: #D1AC82; }
span { border-color: rgb(209,172,130); }
td.TdClassName
{
border-color: #D1AC82;
}
.TagClassName
{
border-color: #D1AC82;
}
</style>