Shades of Calico #D3AF82
Tints of Calico #D3AF82
RGB
CMYK
RGB Variations
Color information
#D3AF82 (or 0xD3AF82) is known color: Calico. HEX triplet: D3, AF and 82. RGB value is (211,175,130). Sum of RGB (Red+Green+Blue) = 211+175+130=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF82 is #2C507D. Grayscale: #B4B4B4. Windows color (decimal): -2904190 or 8564691. OLE color: 8564691.
HSL color Cylindrical-coordinate representation of color #D3AF82: hue angle of 33.33º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D3AF82 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 130 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.17 |
| HSL | 33.33º | 0.48% | 0.67% | - |
| HSV(B) | 33.33º | 0.38% | 0.83% | - |
| XYZ | 46.22 | 46.12 | 27.59 | - |
| YUV | 180.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 130 | 0 | 0.17 | 0.38 | 0.17 | 33.33 | 0.48 | 0.67 |
| Hex | D3 | AF | 82 | 0 | 11 | 26 | 11 | 21 | 30 | 43 |
| Octal | 323 | 257 | 202 | 0 | 21 | 46 | 21 | 41 | 60 | 103 |
| Binary | 11010011 | 10101111 | 10000010 | 0 | 10001 | 100110 | 10001 | 100001 | 110000 | 1000011 |
Color Harmonies of #D3AF82
Complementary color
Monochromatic Colors of #D3AF82
Black with #D3AF82
Text Example
Text Example
White with #D3AF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF82; }
p { color: rgb(211,175,130); }
H1.HeaderClassName
{
color: #D3AF82;
}
.AnyTagClassName
{
color: #D3AF82;
}
</style>
background-color css
<style>
a { background-color: #D3AF82; }
a { background-color: rgb(211,175,130); }
div.DivClassName
{
background-color: #D3AF82;
}
.BgClassName
{
background-color: #D3AF82;
}
</style>
border-color css
<style>
span { border-color: #D3AF82; }
span { border-color: rgb(211,175,130); }
td.TdClassName
{
border-color: #D3AF82;
}
.TagClassName
{
border-color: #D3AF82;
}
</style>