Shades of Calico #D5AF82
Tints of Calico #D5AF82
RGB
CMYK
RGB Variations
Color information
#D5AF82 (or 0xD5AF82) is known color: Calico. HEX triplet: D5, AF and 82. RGB value is (213,175,130). Sum of RGB (Red+Green+Blue) = 213+175+130=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF82 is #2A507D. Grayscale: #B5B5B5. Windows color (decimal): -2773118 or 8564693. OLE color: 8564693.
HSL color Cylindrical-coordinate representation of color #D5AF82: hue angle of 32.53º 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 #D5AF82 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 130 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.16 |
| HSL | 32.53º | 0.5% | 0.67% | - |
| HSV(B) | 32.53º | 0.39% | 0.84% | - |
| XYZ | 46.8 | 46.42 | 27.61 | - |
| YUV | 181.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 130 | 0 | 0.18 | 0.39 | 0.16 | 32.53 | 0.5 | 0.67 |
| Hex | D5 | AF | 82 | 0 | 12 | 27 | 10 | 21 | 32 | 43 |
| Octal | 325 | 257 | 202 | 0 | 22 | 47 | 20 | 41 | 62 | 103 |
| Binary | 11010101 | 10101111 | 10000010 | 0 | 10010 | 100111 | 10000 | 100001 | 110010 | 1000011 |
Color Harmonies of #D5AF82
Complementary color
Monochromatic Colors of #D5AF82
Black with #D5AF82
Text Example
Text Example
White with #D5AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF82; }
p { color: rgb(213,175,130); }
H1.HeaderClassName
{
color: #D5AF82;
}
.AnyTagClassName
{
color: #D5AF82;
}
</style>
background-color css
<style>
a { background-color: #D5AF82; }
a { background-color: rgb(213,175,130); }
div.DivClassName
{
background-color: #D5AF82;
}
.BgClassName
{
background-color: #D5AF82;
}
</style>
border-color css
<style>
span { border-color: #D5AF82; }
span { border-color: rgb(213,175,130); }
td.TdClassName
{
border-color: #D5AF82;
}
.TagClassName
{
border-color: #D5AF82;
}
</style>