Shades of Calico #D9AD83
Tints of Calico #D9AD83
RGB
CMYK
RGB Variations
Color information
#D9AD83 (or 0xD9AD83) is known color: Calico. HEX triplet: D9, AD and 83. RGB value is (217,173,131). Sum of RGB (Red+Green+Blue) = 217+173+131=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD83 is #26527C. Grayscale: #B5B5B5. Windows color (decimal): -2511485 or 8629721. OLE color: 8629721.
HSL color Cylindrical-coordinate representation of color #D9AD83: hue angle of 29.3º 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 #D9AD83 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 131 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.15 |
| HSL | 29.3º | 0.53% | 0.68% | - |
| HSV(B) | 29.3º | 0.4% | 0.85% | - |
| XYZ | 47.66 | 46.28 | 27.89 | - |
| YUV | 181.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 131 | 0 | 0.20 | 0.40 | 0.15 | 29.3 | 0.53 | 0.68 |
| Hex | D9 | AD | 83 | 0 | 14 | 28 | F | 1D | 35 | 44 |
| Octal | 331 | 255 | 203 | 0 | 24 | 50 | 17 | 35 | 65 | 104 |
| Binary | 11011001 | 10101101 | 10000011 | 0 | 10100 | 101000 | 1111 | 11101 | 110101 | 1000100 |
Color Harmonies of #D9AD83
Complementary color
Monochromatic Colors of #D9AD83
Black with #D9AD83
Text Example
Text Example
White with #D9AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD83; }
p { color: rgb(217,173,131); }
H1.HeaderClassName
{
color: #D9AD83;
}
.AnyTagClassName
{
color: #D9AD83;
}
</style>
background-color css
<style>
a { background-color: #D9AD83; }
a { background-color: rgb(217,173,131); }
div.DivClassName
{
background-color: #D9AD83;
}
.BgClassName
{
background-color: #D9AD83;
}
</style>
border-color css
<style>
span { border-color: #D9AD83; }
span { border-color: rgb(217,173,131); }
td.TdClassName
{
border-color: #D9AD83;
}
.TagClassName
{
border-color: #D9AD83;
}
</style>