Shades of Calico #D5AC7E
Tints of Calico #D5AC7E
RGB
CMYK
RGB Variations
Color information
#D5AC7E (or 0xD5AC7E) is known color: Calico. HEX triplet: D5, AC and 7E. RGB value is (213,172,126). Sum of RGB (Red+Green+Blue) = 213+172+126=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC7E is #2A5381. Grayscale: #B3B3B3. Windows color (decimal): -2773890 or 8301781. OLE color: 8301781.
HSL color Cylindrical-coordinate representation of color #D5AC7E: hue angle of 31.72º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5AC7E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 126 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.16 |
| HSL | 31.72º | 0.51% | 0.66% | - |
| HSV(B) | 31.72º | 0.41% | 0.84% | - |
| XYZ | 45.96 | 45.16 | 26.03 | - |
| YUV | 179.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 126 | 0 | 0.19 | 0.41 | 0.16 | 31.72 | 0.51 | 0.66 |
| Hex | D5 | AC | 7E | 0 | 13 | 29 | 10 | 20 | 33 | 42 |
| Octal | 325 | 254 | 176 | 0 | 23 | 51 | 20 | 40 | 63 | 102 |
| Binary | 11010101 | 10101100 | 1111110 | 0 | 10011 | 101001 | 10000 | 100000 | 110011 | 1000010 |
Color Harmonies of #D5AC7E
Complementary color
Monochromatic Colors of #D5AC7E
Black with #D5AC7E
Text Example
Text Example
White with #D5AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC7E; }
p { color: rgb(213,172,126); }
H1.HeaderClassName
{
color: #D5AC7E;
}
.AnyTagClassName
{
color: #D5AC7E;
}
</style>
background-color css
<style>
a { background-color: #D5AC7E; }
a { background-color: rgb(213,172,126); }
div.DivClassName
{
background-color: #D5AC7E;
}
.BgClassName
{
background-color: #D5AC7E;
}
</style>
border-color css
<style>
span { border-color: #D5AC7E; }
span { border-color: rgb(213,172,126); }
td.TdClassName
{
border-color: #D5AC7E;
}
.TagClassName
{
border-color: #D5AC7E;
}
</style>