Shades of Calico #D7AC7C
Tints of Calico #D7AC7C
RGB
CMYK
RGB Variations
Color information
#D7AC7C (or 0xD7AC7C) is known color: Calico. HEX triplet: D7, AC and 7C. RGB value is (215,172,124). Sum of RGB (Red+Green+Blue) = 215+172+124=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC7C is #285383. Grayscale: #B3B3B3. Windows color (decimal): -2642820 or 8170711. OLE color: 8170711.
HSL color Cylindrical-coordinate representation of color #D7AC7C: hue angle of 31.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7AC7C is Cyan = 0, Magento = 0.2, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 124 | - |
| CMYK | 0 | 0.2 | 0.42 | 0.16 |
| HSL | 31.65º | 0.53% | 0.66% | - |
| HSV(B) | 31.65º | 0.42% | 0.84% | - |
| XYZ | 46.41 | 45.41 | 25.39 | - |
| YUV | 179.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 124 | 0 | 0.2 | 0.42 | 0.16 | 31.65 | 0.53 | 0.66 |
| Hex | D7 | AC | 7C | 0 | 14 | 2A | 10 | 20 | 35 | 42 |
| Octal | 327 | 254 | 174 | 0 | 24 | 52 | 20 | 40 | 65 | 102 |
| Binary | 11010111 | 10101100 | 1111100 | 0 | 10100 | 101010 | 10000 | 100000 | 110101 | 1000010 |
Color Harmonies of #D7AC7C
Complementary color
Monochromatic Colors of #D7AC7C
Black with #D7AC7C
Text Example
Text Example
White with #D7AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC7C; }
p { color: rgb(215,172,124); }
H1.HeaderClassName
{
color: #D7AC7C;
}
.AnyTagClassName
{
color: #D7AC7C;
}
</style>
background-color css
<style>
a { background-color: #D7AC7C; }
a { background-color: rgb(215,172,124); }
div.DivClassName
{
background-color: #D7AC7C;
}
.BgClassName
{
background-color: #D7AC7C;
}
</style>
border-color css
<style>
span { border-color: #D7AC7C; }
span { border-color: rgb(215,172,124); }
td.TdClassName
{
border-color: #D7AC7C;
}
.TagClassName
{
border-color: #D7AC7C;
}
</style>