Shades of Calico #D6AC81
Tints of Calico #D6AC81
RGB
CMYK
RGB Variations
Color information
#D6AC81 (or 0xD6AC81) is known color: Calico. HEX triplet: D6, AC and 81. RGB value is (214,172,129). Sum of RGB (Red+Green+Blue) = 214+172+129=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC81 is #29537E. Grayscale: #B3B3B3. Windows color (decimal): -2708351 or 8498390. OLE color: 8498390.
HSL color Cylindrical-coordinate representation of color #D6AC81: hue angle of 30.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6AC81 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 129 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.16 |
| HSL | 30.35º | 0.51% | 0.67% | - |
| HSV(B) | 30.35º | 0.4% | 0.84% | - |
| XYZ | 46.45 | 45.39 | 27.08 | - |
| YUV | 179.66 | 99.41 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 129 | 0 | 0.20 | 0.40 | 0.16 | 30.35 | 0.51 | 0.67 |
| Hex | D6 | AC | 81 | 0 | 14 | 28 | 10 | 1E | 33 | 43 |
| Octal | 326 | 254 | 201 | 0 | 24 | 50 | 20 | 36 | 63 | 103 |
| Binary | 11010110 | 10101100 | 10000001 | 0 | 10100 | 101000 | 10000 | 11110 | 110011 | 1000011 |
Color Harmonies of #D6AC81
Complementary color
Monochromatic Colors of #D6AC81
Black with #D6AC81
Text Example
Text Example
White with #D6AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC81; }
p { color: rgb(214,172,129); }
H1.HeaderClassName
{
color: #D6AC81;
}
.AnyTagClassName
{
color: #D6AC81;
}
</style>
background-color css
<style>
a { background-color: #D6AC81; }
a { background-color: rgb(214,172,129); }
div.DivClassName
{
background-color: #D6AC81;
}
.BgClassName
{
background-color: #D6AC81;
}
</style>
border-color css
<style>
span { border-color: #D6AC81; }
span { border-color: rgb(214,172,129); }
td.TdClassName
{
border-color: #D6AC81;
}
.TagClassName
{
border-color: #D6AC81;
}
</style>