Shades of Calico #D3AD88
Tints of Calico #D3AD88
RGB
CMYK
RGB Variations
Color information
#D3AD88 (or 0xD3AD88) is known color: Calico. HEX triplet: D3, AD and 88. RGB value is (211,173,136). Sum of RGB (Red+Green+Blue) = 211+173+136=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AD88 is #2C5277. Grayscale: #B4B4B4. Windows color (decimal): -2904696 or 8957395. OLE color: 8957395.
HSL color Cylindrical-coordinate representation of color #D3AD88: hue angle of 29.6º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3AD88 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 136 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.17 |
| HSL | 29.6º | 0.46% | 0.68% | - |
| HSV(B) | 29.6º | 0.36% | 0.83% | - |
| XYZ | 46.25 | 45.51 | 29.64 | - |
| YUV | 180.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 136 | 0 | 0.18 | 0.36 | 0.17 | 29.6 | 0.46 | 0.68 |
| Hex | D3 | AD | 88 | 0 | 12 | 24 | 11 | 1E | 2E | 44 |
| Octal | 323 | 255 | 210 | 0 | 22 | 44 | 21 | 36 | 56 | 104 |
| Binary | 11010011 | 10101101 | 10001000 | 0 | 10010 | 100100 | 10001 | 11110 | 101110 | 1000100 |
Color Harmonies of #D3AD88
Complementary color
Monochromatic Colors of #D3AD88
Black with #D3AD88
Text Example
Text Example
White with #D3AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AD88; }
p { color: rgb(211,173,136); }
H1.HeaderClassName
{
color: #D3AD88;
}
.AnyTagClassName
{
color: #D3AD88;
}
</style>
background-color css
<style>
a { background-color: #D3AD88; }
a { background-color: rgb(211,173,136); }
div.DivClassName
{
background-color: #D3AD88;
}
.BgClassName
{
background-color: #D3AD88;
}
</style>
border-color css
<style>
span { border-color: #D3AD88; }
span { border-color: rgb(211,173,136); }
td.TdClassName
{
border-color: #D3AD88;
}
.TagClassName
{
border-color: #D3AD88;
}
</style>