Shades of Calico #D5AB83
Tints of Calico #D5AB83
RGB
CMYK
RGB Variations
Color information
#D5AB83 (or 0xD5AB83) is known color: Calico. HEX triplet: D5, AB and 83. RGB value is (213,171,131). Sum of RGB (Red+Green+Blue) = 213+171+131=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB83 is #2A547C. Grayscale: #B3B3B3. Windows color (decimal): -2774141 or 8629205. OLE color: 8629205.
HSL color Cylindrical-coordinate representation of color #D5AB83: hue angle of 29.27º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5AB83 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 131 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.16 |
| HSL | 29.27º | 0.49% | 0.67% | - |
| HSV(B) | 29.27º | 0.38% | 0.84% | - |
| XYZ | 46.1 | 44.91 | 27.71 | - |
| YUV | 179 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 131 | 0 | 0.20 | 0.38 | 0.16 | 29.27 | 0.49 | 0.67 |
| Hex | D5 | AB | 83 | 0 | 14 | 26 | 10 | 1D | 31 | 43 |
| Octal | 325 | 253 | 203 | 0 | 24 | 46 | 20 | 35 | 61 | 103 |
| Binary | 11010101 | 10101011 | 10000011 | 0 | 10100 | 100110 | 10000 | 11101 | 110001 | 1000011 |
Color Harmonies of #D5AB83
Complementary color
Monochromatic Colors of #D5AB83
Black with #D5AB83
Text Example
Text Example
White with #D5AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB83; }
p { color: rgb(213,171,131); }
H1.HeaderClassName
{
color: #D5AB83;
}
.AnyTagClassName
{
color: #D5AB83;
}
</style>
background-color css
<style>
a { background-color: #D5AB83; }
a { background-color: rgb(213,171,131); }
div.DivClassName
{
background-color: #D5AB83;
}
.BgClassName
{
background-color: #D5AB83;
}
</style>
border-color css
<style>
span { border-color: #D5AB83; }
span { border-color: rgb(213,171,131); }
td.TdClassName
{
border-color: #D5AB83;
}
.TagClassName
{
border-color: #D5AB83;
}
</style>