Shades of Calico #D5AD7F
Tints of Calico #D5AD7F
RGB
CMYK
RGB Variations
Color information
#D5AD7F (or 0xD5AD7F) is known color: Calico. HEX triplet: D5, AD and 7F. RGB value is (213,173,127). Sum of RGB (Red+Green+Blue) = 213+173+127=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD7F is #2A5280. Grayscale: #B3B3B3. Windows color (decimal): -2773633 or 8367573. OLE color: 8367573.
HSL color Cylindrical-coordinate representation of color #D5AD7F: hue angle of 32.09º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5AD7F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 127 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.16 |
| HSL | 32.09º | 0.51% | 0.67% | - |
| HSV(B) | 32.09º | 0.4% | 0.84% | - |
| XYZ | 46.21 | 45.57 | 26.44 | - |
| YUV | 179.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 127 | 0 | 0.19 | 0.40 | 0.16 | 32.09 | 0.51 | 0.67 |
| Hex | D5 | AD | 7F | 0 | 13 | 28 | 10 | 20 | 33 | 43 |
| Octal | 325 | 255 | 177 | 0 | 23 | 50 | 20 | 40 | 63 | 103 |
| Binary | 11010101 | 10101101 | 1111111 | 0 | 10011 | 101000 | 10000 | 100000 | 110011 | 1000011 |
Color Harmonies of #D5AD7F
Complementary color
Monochromatic Colors of #D5AD7F
Black with #D5AD7F
Text Example
Text Example
White with #D5AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD7F; }
p { color: rgb(213,173,127); }
H1.HeaderClassName
{
color: #D5AD7F;
}
.AnyTagClassName
{
color: #D5AD7F;
}
</style>
background-color css
<style>
a { background-color: #D5AD7F; }
a { background-color: rgb(213,173,127); }
div.DivClassName
{
background-color: #D5AD7F;
}
.BgClassName
{
background-color: #D5AD7F;
}
</style>
border-color css
<style>
span { border-color: #D5AD7F; }
span { border-color: rgb(213,173,127); }
td.TdClassName
{
border-color: #D5AD7F;
}
.TagClassName
{
border-color: #D5AD7F;
}
</style>