Shades of Calico #D3AF83
Tints of Calico #D3AF83
RGB
CMYK
RGB Variations
Color information
#D3AF83 (or 0xD3AF83) is known color: Calico. HEX triplet: D3, AF and 83. RGB value is (211,175,131). Sum of RGB (Red+Green+Blue) = 211+175+131=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF83 is #2C507C. Grayscale: #B4B4B4. Windows color (decimal): -2904189 or 8630227. OLE color: 8630227.
HSL color Cylindrical-coordinate representation of color #D3AF83: hue angle of 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 #D3AF83 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 131 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.17 |
| HSL | 33º | 0.48% | 0.67% | - |
| HSV(B) | 33º | 0.38% | 0.83% | - |
| XYZ | 46.29 | 46.15 | 27.94 | - |
| YUV | 180.75 | 99.93 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 131 | 0 | 0.17 | 0.38 | 0.17 | 33 | 0.48 | 0.67 |
| Hex | D3 | AF | 83 | 0 | 11 | 26 | 11 | 21 | 30 | 43 |
| Octal | 323 | 257 | 203 | 0 | 21 | 46 | 21 | 41 | 60 | 103 |
| Binary | 11010011 | 10101111 | 10000011 | 0 | 10001 | 100110 | 10001 | 100001 | 110000 | 1000011 |
Color Harmonies of #D3AF83
Complementary color
Monochromatic Colors of #D3AF83
Black with #D3AF83
Text Example
Text Example
White with #D3AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF83; }
p { color: rgb(211,175,131); }
H1.HeaderClassName
{
color: #D3AF83;
}
.AnyTagClassName
{
color: #D3AF83;
}
</style>
background-color css
<style>
a { background-color: #D3AF83; }
a { background-color: rgb(211,175,131); }
div.DivClassName
{
background-color: #D3AF83;
}
.BgClassName
{
background-color: #D3AF83;
}
</style>
border-color css
<style>
span { border-color: #D3AF83; }
span { border-color: rgb(211,175,131); }
td.TdClassName
{
border-color: #D3AF83;
}
.TagClassName
{
border-color: #D3AF83;
}
</style>