Shades of Calico #D7AC8D
Tints of Calico #D7AC8D
RGB
CMYK
RGB Variations
Color information
#D7AC8D (or 0xD7AC8D) is known color: Calico. HEX triplet: D7, AC and 8D. RGB value is (215,172,141). Sum of RGB (Red+Green+Blue) = 215+172+141=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC8D is #285372. Grayscale: #B5B5B5. Windows color (decimal): -2642803 or 9284823. OLE color: 9284823.
HSL color Cylindrical-coordinate representation of color #D7AC8D: hue angle of 25.14º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7AC8D is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 141 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.16 |
| HSL | 25.14º | 0.48% | 0.7% | - |
| HSV(B) | 25.14º | 0.34% | 0.84% | - |
| XYZ | 47.58 | 45.88 | 31.55 | - |
| YUV | 181.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 141 | 0 | 0.2 | 0.34 | 0.16 | 25.14 | 0.48 | 0.7 |
| Hex | D7 | AC | 8D | 0 | 14 | 22 | 10 | 19 | 30 | 46 |
| Octal | 327 | 254 | 215 | 0 | 24 | 42 | 20 | 31 | 60 | 106 |
| Binary | 11010111 | 10101100 | 10001101 | 0 | 10100 | 100010 | 10000 | 11001 | 110000 | 1000110 |
Color Harmonies of #D7AC8D
Complementary color
Monochromatic Colors of #D7AC8D
Black with #D7AC8D
Text Example
Text Example
White with #D7AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC8D; }
p { color: rgb(215,172,141); }
H1.HeaderClassName
{
color: #D7AC8D;
}
.AnyTagClassName
{
color: #D7AC8D;
}
</style>
background-color css
<style>
a { background-color: #D7AC8D; }
a { background-color: rgb(215,172,141); }
div.DivClassName
{
background-color: #D7AC8D;
}
.BgClassName
{
background-color: #D7AC8D;
}
</style>
border-color css
<style>
span { border-color: #D7AC8D; }
span { border-color: rgb(215,172,141); }
td.TdClassName
{
border-color: #D7AC8D;
}
.TagClassName
{
border-color: #D7AC8D;
}
</style>