Shades of Calico #D6AB83
Tints of Calico #D6AB83
RGB
CMYK
RGB Variations
Color information
#D6AB83 (or 0xD6AB83) is known color: Calico. HEX triplet: D6, AB and 83. RGB value is (214,171,131). Sum of RGB (Red+Green+Blue) = 214+171+131=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB83 is #29547C. Grayscale: #B3B3B3. Windows color (decimal): -2708605 or 8629206. OLE color: 8629206.
HSL color Cylindrical-coordinate representation of color #D6AB83: hue angle of 28.92º 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 #D6AB83 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 131 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.16 |
| HSL | 28.92º | 0.5% | 0.68% | - |
| HSV(B) | 28.92º | 0.39% | 0.84% | - |
| XYZ | 46.39 | 45.06 | 27.73 | - |
| YUV | 179.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 131 | 0 | 0.20 | 0.39 | 0.16 | 28.92 | 0.5 | 0.68 |
| Hex | D6 | AB | 83 | 0 | 14 | 27 | 10 | 1D | 32 | 44 |
| Octal | 326 | 253 | 203 | 0 | 24 | 47 | 20 | 35 | 62 | 104 |
| Binary | 11010110 | 10101011 | 10000011 | 0 | 10100 | 100111 | 10000 | 11101 | 110010 | 1000100 |
Color Harmonies of #D6AB83
Complementary color
Monochromatic Colors of #D6AB83
Black with #D6AB83
Text Example
Text Example
White with #D6AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB83; }
p { color: rgb(214,171,131); }
H1.HeaderClassName
{
color: #D6AB83;
}
.AnyTagClassName
{
color: #D6AB83;
}
</style>
background-color css
<style>
a { background-color: #D6AB83; }
a { background-color: rgb(214,171,131); }
div.DivClassName
{
background-color: #D6AB83;
}
.BgClassName
{
background-color: #D6AB83;
}
</style>
border-color css
<style>
span { border-color: #D6AB83; }
span { border-color: rgb(214,171,131); }
td.TdClassName
{
border-color: #D6AB83;
}
.TagClassName
{
border-color: #D6AB83;
}
</style>