Shades of Calico #D6AC89
Tints of Calico #D6AC89
RGB
CMYK
RGB Variations
Color information
#D6AC89 (or 0xD6AC89) is known color: Calico. HEX triplet: D6, AC and 89. RGB value is (214,172,137). Sum of RGB (Red+Green+Blue) = 214+172+137=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC89 is #295376. Grayscale: #B4B4B4. Windows color (decimal): -2708343 or 9022678. OLE color: 9022678.
HSL color Cylindrical-coordinate representation of color #D6AC89: hue angle of 27.27º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6AC89 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 137 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.16 |
| HSL | 27.27º | 0.48% | 0.69% | - |
| HSV(B) | 27.27º | 0.36% | 0.84% | - |
| XYZ | 47 | 45.61 | 29.99 | - |
| YUV | 180.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 137 | 0 | 0.20 | 0.36 | 0.16 | 27.27 | 0.48 | 0.69 |
| Hex | D6 | AC | 89 | 0 | 14 | 24 | 10 | 1B | 30 | 45 |
| Octal | 326 | 254 | 211 | 0 | 24 | 44 | 20 | 33 | 60 | 105 |
| Binary | 11010110 | 10101100 | 10001001 | 0 | 10100 | 100100 | 10000 | 11011 | 110000 | 1000101 |
Color Harmonies of #D6AC89
Complementary color
Monochromatic Colors of #D6AC89
Black with #D6AC89
Text Example
Text Example
White with #D6AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC89; }
p { color: rgb(214,172,137); }
H1.HeaderClassName
{
color: #D6AC89;
}
.AnyTagClassName
{
color: #D6AC89;
}
</style>
background-color css
<style>
a { background-color: #D6AC89; }
a { background-color: rgb(214,172,137); }
div.DivClassName
{
background-color: #D6AC89;
}
.BgClassName
{
background-color: #D6AC89;
}
</style>
border-color css
<style>
span { border-color: #D6AC89; }
span { border-color: rgb(214,172,137); }
td.TdClassName
{
border-color: #D6AC89;
}
.TagClassName
{
border-color: #D6AC89;
}
</style>