Shades of Calico #D6AC8C
Tints of Calico #D6AC8C
RGB
CMYK
RGB Variations
Color information
#D6AC8C (or 0xD6AC8C) is known color: Calico. HEX triplet: D6, AC and 8C. RGB value is (214,172,140). Sum of RGB (Red+Green+Blue) = 214+172+140=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC8C is #295373. Grayscale: #B5B5B5. Windows color (decimal): -2708340 or 9219286. OLE color: 9219286.
HSL color Cylindrical-coordinate representation of color #D6AC8C: hue angle of 25.95º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6AC8C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 140 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.16 |
| HSL | 25.95º | 0.47% | 0.69% | - |
| HSV(B) | 25.95º | 0.35% | 0.84% | - |
| XYZ | 47.22 | 45.69 | 31.14 | - |
| YUV | 180.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 140 | 0 | 0.20 | 0.35 | 0.16 | 25.95 | 0.47 | 0.69 |
| Hex | D6 | AC | 8C | 0 | 14 | 23 | 10 | 1A | 2F | 45 |
| Octal | 326 | 254 | 214 | 0 | 24 | 43 | 20 | 32 | 57 | 105 |
| Binary | 11010110 | 10101100 | 10001100 | 0 | 10100 | 100011 | 10000 | 11010 | 101111 | 1000101 |
Color Harmonies of #D6AC8C
Complementary color
Monochromatic Colors of #D6AC8C
Black with #D6AC8C
Text Example
Text Example
White with #D6AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC8C; }
p { color: rgb(214,172,140); }
H1.HeaderClassName
{
color: #D6AC8C;
}
.AnyTagClassName
{
color: #D6AC8C;
}
</style>
background-color css
<style>
a { background-color: #D6AC8C; }
a { background-color: rgb(214,172,140); }
div.DivClassName
{
background-color: #D6AC8C;
}
.BgClassName
{
background-color: #D6AC8C;
}
</style>
border-color css
<style>
span { border-color: #D6AC8C; }
span { border-color: rgb(214,172,140); }
td.TdClassName
{
border-color: #D6AC8C;
}
.TagClassName
{
border-color: #D6AC8C;
}
</style>