Shades of Calico #D7AD8D
Tints of Calico #D7AD8D
RGB
CMYK
RGB Variations
Color information
#D7AD8D (or 0xD7AD8D) is known color: Calico. HEX triplet: D7, AD and 8D. RGB value is (215,173,141). Sum of RGB (Red+Green+Blue) = 215+173+141=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD8D is #285272. Grayscale: #B6B6B6. Windows color (decimal): -2642547 or 9285079. OLE color: 9285079.
HSL color Cylindrical-coordinate representation of color #D7AD8D: hue angle of 25.95º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7AD8D is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 141 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.16 |
| HSL | 25.95º | 0.48% | 0.7% | - |
| HSV(B) | 25.95º | 0.34% | 0.84% | - |
| XYZ | 47.78 | 46.26 | 31.61 | - |
| YUV | 181.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 141 | 0 | 0.20 | 0.34 | 0.16 | 25.95 | 0.48 | 0.7 |
| Hex | D7 | AD | 8D | 0 | 14 | 22 | 10 | 1A | 30 | 46 |
| Octal | 327 | 255 | 215 | 0 | 24 | 42 | 20 | 32 | 60 | 106 |
| Binary | 11010111 | 10101101 | 10001101 | 0 | 10100 | 100010 | 10000 | 11010 | 110000 | 1000110 |
Color Harmonies of #D7AD8D
Complementary color
Monochromatic Colors of #D7AD8D
Black with #D7AD8D
Text Example
Text Example
White with #D7AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD8D; }
p { color: rgb(215,173,141); }
H1.HeaderClassName
{
color: #D7AD8D;
}
.AnyTagClassName
{
color: #D7AD8D;
}
</style>
background-color css
<style>
a { background-color: #D7AD8D; }
a { background-color: rgb(215,173,141); }
div.DivClassName
{
background-color: #D7AD8D;
}
.BgClassName
{
background-color: #D7AD8D;
}
</style>
border-color css
<style>
span { border-color: #D7AD8D; }
span { border-color: rgb(215,173,141); }
td.TdClassName
{
border-color: #D7AD8D;
}
.TagClassName
{
border-color: #D7AD8D;
}
</style>