Shades of Calico #D1AD83
Tints of Calico #D1AD83
RGB
CMYK
RGB Variations
Color information
#D1AD83 (or 0xD1AD83) is known color: Calico. HEX triplet: D1, AD and 83. RGB value is (209,173,131). Sum of RGB (Red+Green+Blue) = 209+173+131=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD83 is #2E527C. Grayscale: #B3B3B3. Windows color (decimal): -3035773 or 8629713. OLE color: 8629713.
HSL color Cylindrical-coordinate representation of color #D1AD83: hue angle of 32.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1AD83 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 173 | 131 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.18 |
| HSL | 32.31º | 0.46% | 0.67% | - |
| HSV(B) | 32.31º | 0.37% | 0.82% | - |
| XYZ | 45.33 | 45.08 | 27.78 | - |
| YUV | 178.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 131 | 0 | 0.17 | 0.37 | 0.18 | 32.31 | 0.46 | 0.67 |
| Hex | D1 | AD | 83 | 0 | 11 | 25 | 12 | 20 | 2E | 43 |
| Octal | 321 | 255 | 203 | 0 | 21 | 45 | 22 | 40 | 56 | 103 |
| Binary | 11010001 | 10101101 | 10000011 | 0 | 10001 | 100101 | 10010 | 100000 | 101110 | 1000011 |
Color Harmonies of #D1AD83
Complementary color
Monochromatic Colors of #D1AD83
Black with #D1AD83
Text Example
Text Example
White with #D1AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AD83; }
p { color: rgb(209,173,131); }
H1.HeaderClassName
{
color: #D1AD83;
}
.AnyTagClassName
{
color: #D1AD83;
}
</style>
background-color css
<style>
a { background-color: #D1AD83; }
a { background-color: rgb(209,173,131); }
div.DivClassName
{
background-color: #D1AD83;
}
.BgClassName
{
background-color: #D1AD83;
}
</style>
border-color css
<style>
span { border-color: #D1AD83; }
span { border-color: rgb(209,173,131); }
td.TdClassName
{
border-color: #D1AD83;
}
.TagClassName
{
border-color: #D1AD83;
}
</style>