Shades of Calico #D9AD82
Tints of Calico #D9AD82
RGB
CMYK
RGB Variations
Color information
#D9AD82 (or 0xD9AD82) is known color: Calico. HEX triplet: D9, AD and 82. RGB value is (217,173,130). Sum of RGB (Red+Green+Blue) = 217+173+130=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD82 is #26527D. Grayscale: #B5B5B5. Windows color (decimal): -2511486 or 8564185. OLE color: 8564185.
HSL color Cylindrical-coordinate representation of color #D9AD82: hue angle of 29.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9AD82 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 130 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.15 |
| HSL | 29.66º | 0.53% | 0.68% | - |
| HSV(B) | 29.66º | 0.4% | 0.85% | - |
| XYZ | 47.59 | 46.25 | 27.54 | - |
| YUV | 181.25 | 99.08 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 130 | 0 | 0.20 | 0.40 | 0.15 | 29.66 | 0.53 | 0.68 |
| Hex | D9 | AD | 82 | 0 | 14 | 28 | F | 1E | 35 | 44 |
| Octal | 331 | 255 | 202 | 0 | 24 | 50 | 17 | 36 | 65 | 104 |
| Binary | 11011001 | 10101101 | 10000010 | 0 | 10100 | 101000 | 1111 | 11110 | 110101 | 1000100 |
Color Harmonies of #D9AD82
Complementary color
Monochromatic Colors of #D9AD82
Black with #D9AD82
Text Example
Text Example
White with #D9AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD82; }
p { color: rgb(217,173,130); }
H1.HeaderClassName
{
color: #D9AD82;
}
.AnyTagClassName
{
color: #D9AD82;
}
</style>
background-color css
<style>
a { background-color: #D9AD82; }
a { background-color: rgb(217,173,130); }
div.DivClassName
{
background-color: #D9AD82;
}
.BgClassName
{
background-color: #D9AD82;
}
</style>
border-color css
<style>
span { border-color: #D9AD82; }
span { border-color: rgb(217,173,130); }
td.TdClassName
{
border-color: #D9AD82;
}
.TagClassName
{
border-color: #D9AD82;
}
</style>