Shades of Calico #D5AC80
Tints of Calico #D5AC80
RGB
CMYK
RGB Variations
Color information
#D5AC80 (or 0xD5AC80) is known color: Calico. HEX triplet: D5, AC and 80. RGB value is (213,172,128). Sum of RGB (Red+Green+Blue) = 213+172+128=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC80 is #2A537F. Grayscale: #B3B3B3. Windows color (decimal): -2773888 or 8432853. OLE color: 8432853.
HSL color Cylindrical-coordinate representation of color #D5AC80: hue angle of 31.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5AC80 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 128 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.16 |
| HSL | 31.06º | 0.5% | 0.67% | - |
| HSV(B) | 31.06º | 0.4% | 0.84% | - |
| XYZ | 46.09 | 45.21 | 26.72 | - |
| YUV | 179.24 | 99.08 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 128 | 0 | 0.19 | 0.40 | 0.16 | 31.06 | 0.5 | 0.67 |
| Hex | D5 | AC | 80 | 0 | 13 | 28 | 10 | 1F | 32 | 43 |
| Octal | 325 | 254 | 200 | 0 | 23 | 50 | 20 | 37 | 62 | 103 |
| Binary | 11010101 | 10101100 | 10000000 | 0 | 10011 | 101000 | 10000 | 11111 | 110010 | 1000011 |
Color Harmonies of #D5AC80
Complementary color
Monochromatic Colors of #D5AC80
Black with #D5AC80
Text Example
Text Example
White with #D5AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC80; }
p { color: rgb(213,172,128); }
H1.HeaderClassName
{
color: #D5AC80;
}
.AnyTagClassName
{
color: #D5AC80;
}
</style>
background-color css
<style>
a { background-color: #D5AC80; }
a { background-color: rgb(213,172,128); }
div.DivClassName
{
background-color: #D5AC80;
}
.BgClassName
{
background-color: #D5AC80;
}
</style>
border-color css
<style>
span { border-color: #D5AC80; }
span { border-color: rgb(213,172,128); }
td.TdClassName
{
border-color: #D5AC80;
}
.TagClassName
{
border-color: #D5AC80;
}
</style>