Shades of Calico #D3AF80
Tints of Calico #D3AF80
RGB
CMYK
RGB Variations
Color information
#D3AF80 (or 0xD3AF80) is known color: Calico. HEX triplet: D3, AF and 80. RGB value is (211,175,128). Sum of RGB (Red+Green+Blue) = 211+175+128=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AF80 is #2C507F. Grayscale: #B4B4B4. Windows color (decimal): -2904192 or 8433619. OLE color: 8433619.
HSL color Cylindrical-coordinate representation of color #D3AF80: hue angle of 33.98º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3AF80 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 175 | 128 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.17 |
| HSL | 33.98º | 0.49% | 0.66% | - |
| HSV(B) | 33.98º | 0.39% | 0.83% | - |
| XYZ | 46.09 | 46.07 | 26.88 | - |
| YUV | 180.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 128 | 0 | 0.17 | 0.39 | 0.17 | 33.98 | 0.49 | 0.66 |
| Hex | D3 | AF | 80 | 0 | 11 | 27 | 11 | 22 | 31 | 42 |
| Octal | 323 | 257 | 200 | 0 | 21 | 47 | 21 | 42 | 61 | 102 |
| Binary | 11010011 | 10101111 | 10000000 | 0 | 10001 | 100111 | 10001 | 100010 | 110001 | 1000010 |
Color Harmonies of #D3AF80
Complementary color
Monochromatic Colors of #D3AF80
Black with #D3AF80
Text Example
Text Example
White with #D3AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AF80; }
p { color: rgb(211,175,128); }
H1.HeaderClassName
{
color: #D3AF80;
}
.AnyTagClassName
{
color: #D3AF80;
}
</style>
background-color css
<style>
a { background-color: #D3AF80; }
a { background-color: rgb(211,175,128); }
div.DivClassName
{
background-color: #D3AF80;
}
.BgClassName
{
background-color: #D3AF80;
}
</style>
border-color css
<style>
span { border-color: #D3AF80; }
span { border-color: rgb(211,175,128); }
td.TdClassName
{
border-color: #D3AF80;
}
.TagClassName
{
border-color: #D3AF80;
}
</style>