Shades of Calico #D5AA83
Tints of Calico #D5AA83
RGB
CMYK
RGB Variations
Color information
#D5AA83 (or 0xD5AA83) is known color: Calico. HEX triplet: D5, AA and 83. RGB value is (213,170,131). Sum of RGB (Red+Green+Blue) = 213+170+131=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA83 is #2A557C. Grayscale: #B2B2B2. Windows color (decimal): -2774397 or 8628949. OLE color: 8628949.
HSL color Cylindrical-coordinate representation of color #D5AA83: hue angle of 28.54º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5AA83 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 131 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.16 |
| HSL | 28.54º | 0.49% | 0.67% | - |
| HSV(B) | 28.54º | 0.38% | 0.84% | - |
| XYZ | 45.91 | 44.53 | 27.65 | - |
| YUV | 178.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 131 | 0 | 0.20 | 0.38 | 0.16 | 28.54 | 0.49 | 0.67 |
| Hex | D5 | AA | 83 | 0 | 14 | 26 | 10 | 1D | 31 | 43 |
| Octal | 325 | 252 | 203 | 0 | 24 | 46 | 20 | 35 | 61 | 103 |
| Binary | 11010101 | 10101010 | 10000011 | 0 | 10100 | 100110 | 10000 | 11101 | 110001 | 1000011 |
Color Harmonies of #D5AA83
Complementary color
Monochromatic Colors of #D5AA83
Black with #D5AA83
Text Example
Text Example
White with #D5AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA83; }
p { color: rgb(213,170,131); }
H1.HeaderClassName
{
color: #D5AA83;
}
.AnyTagClassName
{
color: #D5AA83;
}
</style>
background-color css
<style>
a { background-color: #D5AA83; }
a { background-color: rgb(213,170,131); }
div.DivClassName
{
background-color: #D5AA83;
}
.BgClassName
{
background-color: #D5AA83;
}
</style>
border-color css
<style>
span { border-color: #D5AA83; }
span { border-color: rgb(213,170,131); }
td.TdClassName
{
border-color: #D5AA83;
}
.TagClassName
{
border-color: #D5AA83;
}
</style>