Shades of Calico #D5AB7D
Tints of Calico #D5AB7D
RGB
CMYK
RGB Variations
Color information
#D5AB7D (or 0xD5AB7D) is known color: Calico. HEX triplet: D5, AB and 7D. RGB value is (213,171,125). Sum of RGB (Red+Green+Blue) = 213+171+125=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB7D is #2A5482. Grayscale: #B2B2B2. Windows color (decimal): -2774147 or 8235989. OLE color: 8235989.
HSL color Cylindrical-coordinate representation of color #D5AB7D: hue angle of 31.36º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5AB7D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 125 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.16 |
| HSL | 31.36º | 0.51% | 0.66% | - |
| HSV(B) | 31.36º | 0.41% | 0.84% | - |
| XYZ | 45.71 | 44.75 | 25.63 | - |
| YUV | 178.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 125 | 0 | 0.20 | 0.41 | 0.16 | 31.36 | 0.51 | 0.66 |
| Hex | D5 | AB | 7D | 0 | 14 | 29 | 10 | 1F | 33 | 42 |
| Octal | 325 | 253 | 175 | 0 | 24 | 51 | 20 | 37 | 63 | 102 |
| Binary | 11010101 | 10101011 | 1111101 | 0 | 10100 | 101001 | 10000 | 11111 | 110011 | 1000010 |
Color Harmonies of #D5AB7D
Complementary color
Monochromatic Colors of #D5AB7D
Black with #D5AB7D
Text Example
Text Example
White with #D5AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB7D; }
p { color: rgb(213,171,125); }
H1.HeaderClassName
{
color: #D5AB7D;
}
.AnyTagClassName
{
color: #D5AB7D;
}
</style>
background-color css
<style>
a { background-color: #D5AB7D; }
a { background-color: rgb(213,171,125); }
div.DivClassName
{
background-color: #D5AB7D;
}
.BgClassName
{
background-color: #D5AB7D;
}
</style>
border-color css
<style>
span { border-color: #D5AB7D; }
span { border-color: rgb(213,171,125); }
td.TdClassName
{
border-color: #D5AB7D;
}
.TagClassName
{
border-color: #D5AB7D;
}
</style>