Shades of Calico #D5AA81
Tints of Calico #D5AA81
RGB
CMYK
RGB Variations
Color information
#D5AA81 (or 0xD5AA81) is known color: Calico. HEX triplet: D5, AA and 81. RGB value is (213,170,129). Sum of RGB (Red+Green+Blue) = 213+170+129=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA81 is #2A557E. Grayscale: #B2B2B2. Windows color (decimal): -2774399 or 8497877. OLE color: 8497877.
HSL color Cylindrical-coordinate representation of color #D5AA81: hue angle of 29.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5AA81 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 170 | 129 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.16 |
| HSL | 29.29º | 0.5% | 0.67% | - |
| HSV(B) | 29.29º | 0.39% | 0.84% | - |
| XYZ | 45.78 | 44.48 | 26.94 | - |
| YUV | 178.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 129 | 0 | 0.20 | 0.39 | 0.16 | 29.29 | 0.5 | 0.67 |
| Hex | D5 | AA | 81 | 0 | 14 | 27 | 10 | 1D | 32 | 43 |
| Octal | 325 | 252 | 201 | 0 | 24 | 47 | 20 | 35 | 62 | 103 |
| Binary | 11010101 | 10101010 | 10000001 | 0 | 10100 | 100111 | 10000 | 11101 | 110010 | 1000011 |
Color Harmonies of #D5AA81
Complementary color
Monochromatic Colors of #D5AA81
Black with #D5AA81
Text Example
Text Example
White with #D5AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AA81; }
p { color: rgb(213,170,129); }
H1.HeaderClassName
{
color: #D5AA81;
}
.AnyTagClassName
{
color: #D5AA81;
}
</style>
background-color css
<style>
a { background-color: #D5AA81; }
a { background-color: rgb(213,170,129); }
div.DivClassName
{
background-color: #D5AA81;
}
.BgClassName
{
background-color: #D5AA81;
}
</style>
border-color css
<style>
span { border-color: #D5AA81; }
span { border-color: rgb(213,170,129); }
td.TdClassName
{
border-color: #D5AA81;
}
.TagClassName
{
border-color: #D5AA81;
}
</style>