Shades of Calico #D5AE84
Tints of Calico #D5AE84
RGB
CMYK
RGB Variations
Color information
#D5AE84 (or 0xD5AE84) is known color: Calico. HEX triplet: D5, AE and 84. RGB value is (213,174,132). Sum of RGB (Red+Green+Blue) = 213+174+132=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AE84 is #2A517B. Grayscale: #B5B5B5. Windows color (decimal): -2773372 or 8695509. OLE color: 8695509.
HSL color Cylindrical-coordinate representation of color #D5AE84: hue angle of 31.11º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5AE84 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 174 | 132 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.16 |
| HSL | 31.11º | 0.49% | 0.68% | - |
| HSV(B) | 31.11º | 0.38% | 0.84% | - |
| XYZ | 46.74 | 46.08 | 28.26 | - |
| YUV | 180.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 132 | 0 | 0.18 | 0.38 | 0.16 | 31.11 | 0.49 | 0.68 |
| Hex | D5 | AE | 84 | 0 | 12 | 26 | 10 | 1F | 31 | 44 |
| Octal | 325 | 256 | 204 | 0 | 22 | 46 | 20 | 37 | 61 | 104 |
| Binary | 11010101 | 10101110 | 10000100 | 0 | 10010 | 100110 | 10000 | 11111 | 110001 | 1000100 |
Color Harmonies of #D5AE84
Complementary color
Monochromatic Colors of #D5AE84
Black with #D5AE84
Text Example
Text Example
White with #D5AE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AE84; }
p { color: rgb(213,174,132); }
H1.HeaderClassName
{
color: #D5AE84;
}
.AnyTagClassName
{
color: #D5AE84;
}
</style>
background-color css
<style>
a { background-color: #D5AE84; }
a { background-color: rgb(213,174,132); }
div.DivClassName
{
background-color: #D5AE84;
}
.BgClassName
{
background-color: #D5AE84;
}
</style>
border-color css
<style>
span { border-color: #D5AE84; }
span { border-color: rgb(213,174,132); }
td.TdClassName
{
border-color: #D5AE84;
}
.TagClassName
{
border-color: #D5AE84;
}
</style>