Shades of Calico #D6AD83
Tints of Calico #D6AD83
RGB
CMYK
RGB Variations
Color information
#D6AD83 (or 0xD6AD83) is known color: Calico. HEX triplet: D6, AD and 83. RGB value is (214,173,131). Sum of RGB (Red+Green+Blue) = 214+173+131=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD83 is #29527C. Grayscale: #B4B4B4. Windows color (decimal): -2708093 or 8629718. OLE color: 8629718.
HSL color Cylindrical-coordinate representation of color #D6AD83: hue angle of 30.36º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6AD83 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 131 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.16 |
| HSL | 30.36º | 0.5% | 0.68% | - |
| HSV(B) | 30.36º | 0.39% | 0.84% | - |
| XYZ | 46.77 | 45.82 | 27.85 | - |
| YUV | 180.47 | 100.08 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 131 | 0 | 0.19 | 0.39 | 0.16 | 30.36 | 0.5 | 0.68 |
| Hex | D6 | AD | 83 | 0 | 13 | 27 | 10 | 1E | 32 | 44 |
| Octal | 326 | 255 | 203 | 0 | 23 | 47 | 20 | 36 | 62 | 104 |
| Binary | 11010110 | 10101101 | 10000011 | 0 | 10011 | 100111 | 10000 | 11110 | 110010 | 1000100 |
Color Harmonies of #D6AD83
Complementary color
Monochromatic Colors of #D6AD83
Black with #D6AD83
Text Example
Text Example
White with #D6AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD83; }
p { color: rgb(214,173,131); }
H1.HeaderClassName
{
color: #D6AD83;
}
.AnyTagClassName
{
color: #D6AD83;
}
</style>
background-color css
<style>
a { background-color: #D6AD83; }
a { background-color: rgb(214,173,131); }
div.DivClassName
{
background-color: #D6AD83;
}
.BgClassName
{
background-color: #D6AD83;
}
</style>
border-color css
<style>
span { border-color: #D6AD83; }
span { border-color: rgb(214,173,131); }
td.TdClassName
{
border-color: #D6AD83;
}
.TagClassName
{
border-color: #D6AD83;
}
</style>