Shades of Calico #D2AF82
Tints of Calico #D2AF82
RGB
CMYK
RGB Variations
Color information
#D2AF82 (or 0xD2AF82) is known color: Calico. HEX triplet: D2, AF and 82. RGB value is (210,175,130). Sum of RGB (Red+Green+Blue) = 210+175+130=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF82 is #2D507D. Grayscale: #B4B4B4. Windows color (decimal): -2969726 or 8564690. OLE color: 8564690.
HSL color Cylindrical-coordinate representation of color #D2AF82: hue angle of 33.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2AF82 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 130 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.18 |
| HSL | 33.75º | 0.47% | 0.67% | - |
| HSV(B) | 33.75º | 0.38% | 0.82% | - |
| XYZ | 45.94 | 45.97 | 27.57 | - |
| YUV | 180.34 | 99.6 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 130 | 0 | 0.17 | 0.38 | 0.18 | 33.75 | 0.47 | 0.67 |
| Hex | D2 | AF | 82 | 0 | 11 | 26 | 12 | 22 | 2F | 43 |
| Octal | 322 | 257 | 202 | 0 | 21 | 46 | 22 | 42 | 57 | 103 |
| Binary | 11010010 | 10101111 | 10000010 | 0 | 10001 | 100110 | 10010 | 100010 | 101111 | 1000011 |
Color Harmonies of #D2AF82
Complementary color
Monochromatic Colors of #D2AF82
Black with #D2AF82
Text Example
Text Example
White with #D2AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF82; }
p { color: rgb(210,175,130); }
H1.HeaderClassName
{
color: #D2AF82;
}
.AnyTagClassName
{
color: #D2AF82;
}
</style>
background-color css
<style>
a { background-color: #D2AF82; }
a { background-color: rgb(210,175,130); }
div.DivClassName
{
background-color: #D2AF82;
}
.BgClassName
{
background-color: #D2AF82;
}
</style>
border-color css
<style>
span { border-color: #D2AF82; }
span { border-color: rgb(210,175,130); }
td.TdClassName
{
border-color: #D2AF82;
}
.TagClassName
{
border-color: #D2AF82;
}
</style>