Shades of Calico #D5AF80
Tints of Calico #D5AF80
RGB
CMYK
RGB Variations
Color information
#D5AF80 (or 0xD5AF80) is known color: Calico. HEX triplet: D5, AF and 80. RGB value is (213,175,128). Sum of RGB (Red+Green+Blue) = 213+175+128=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF80 is #2A507F. Grayscale: #B5B5B5. Windows color (decimal): -2773120 or 8433621. OLE color: 8433621.
HSL color Cylindrical-coordinate representation of color #D5AF80: hue angle of 33.18º 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 #D5AF80 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 128 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.16 |
| HSL | 33.18º | 0.5% | 0.67% | - |
| HSV(B) | 33.18º | 0.4% | 0.84% | - |
| XYZ | 46.67 | 46.36 | 26.91 | - |
| YUV | 181 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 128 | 0 | 0.18 | 0.40 | 0.16 | 33.18 | 0.5 | 0.67 |
| Hex | D5 | AF | 80 | 0 | 12 | 28 | 10 | 21 | 32 | 43 |
| Octal | 325 | 257 | 200 | 0 | 22 | 50 | 20 | 41 | 62 | 103 |
| Binary | 11010101 | 10101111 | 10000000 | 0 | 10010 | 101000 | 10000 | 100001 | 110010 | 1000011 |
Color Harmonies of #D5AF80
Complementary color
Monochromatic Colors of #D5AF80
Black with #D5AF80
Text Example
Text Example
White with #D5AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AF80; }
p { color: rgb(213,175,128); }
H1.HeaderClassName
{
color: #D5AF80;
}
.AnyTagClassName
{
color: #D5AF80;
}
</style>
background-color css
<style>
a { background-color: #D5AF80; }
a { background-color: rgb(213,175,128); }
div.DivClassName
{
background-color: #D5AF80;
}
.BgClassName
{
background-color: #D5AF80;
}
</style>
border-color css
<style>
span { border-color: #D5AF80; }
span { border-color: rgb(213,175,128); }
td.TdClassName
{
border-color: #D5AF80;
}
.TagClassName
{
border-color: #D5AF80;
}
</style>