Shades of Calico #D5AC8C
Tints of Calico #D5AC8C
RGB
CMYK
RGB Variations
Color information
#D5AC8C (or 0xD5AC8C) is known color: Calico. HEX triplet: D5, AC and 8C. RGB value is (213,172,140). Sum of RGB (Red+Green+Blue) = 213+172+140=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC8C is #2A5373. Grayscale: #B4B4B4. Windows color (decimal): -2773876 or 9219285. OLE color: 9219285.
HSL color Cylindrical-coordinate representation of color #D5AC8C: hue angle of 26.3º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5AC8C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 140 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.16 |
| HSL | 26.3º | 0.46% | 0.69% | - |
| HSV(B) | 26.3º | 0.34% | 0.84% | - |
| XYZ | 46.93 | 45.54 | 31.13 | - |
| YUV | 180.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 140 | 0 | 0.19 | 0.34 | 0.16 | 26.3 | 0.46 | 0.69 |
| Hex | D5 | AC | 8C | 0 | 13 | 22 | 10 | 1A | 2E | 45 |
| Octal | 325 | 254 | 214 | 0 | 23 | 42 | 20 | 32 | 56 | 105 |
| Binary | 11010101 | 10101100 | 10001100 | 0 | 10011 | 100010 | 10000 | 11010 | 101110 | 1000101 |
Color Harmonies of #D5AC8C
Complementary color
Monochromatic Colors of #D5AC8C
Black with #D5AC8C
Text Example
Text Example
White with #D5AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC8C; }
p { color: rgb(213,172,140); }
H1.HeaderClassName
{
color: #D5AC8C;
}
.AnyTagClassName
{
color: #D5AC8C;
}
</style>
background-color css
<style>
a { background-color: #D5AC8C; }
a { background-color: rgb(213,172,140); }
div.DivClassName
{
background-color: #D5AC8C;
}
.BgClassName
{
background-color: #D5AC8C;
}
</style>
border-color css
<style>
span { border-color: #D5AC8C; }
span { border-color: rgb(213,172,140); }
td.TdClassName
{
border-color: #D5AC8C;
}
.TagClassName
{
border-color: #D5AC8C;
}
</style>