Shades of Calico #D7AD7A
Tints of Calico #D7AD7A
RGB
CMYK
RGB Variations
Color information
#D7AD7A (or 0xD7AD7A) is known color: Calico. HEX triplet: D7, AD and 7A. RGB value is (215,173,122). Sum of RGB (Red+Green+Blue) = 215+173+122=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD7A is #285285. Grayscale: #B3B3B3. Windows color (decimal): -2642566 or 8039895. OLE color: 8039895.
HSL color Cylindrical-coordinate representation of color #D7AD7A: hue angle of 32.9º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7AD7A is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 122 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.16 |
| HSL | 32.9º | 0.54% | 0.66% | - |
| HSV(B) | 32.9º | 0.43% | 0.84% | - |
| XYZ | 46.48 | 45.74 | 24.79 | - |
| YUV | 179.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 122 | 0 | 0.20 | 0.43 | 0.16 | 32.9 | 0.54 | 0.66 |
| Hex | D7 | AD | 7A | 0 | 14 | 2B | 10 | 21 | 36 | 42 |
| Octal | 327 | 255 | 172 | 0 | 24 | 53 | 20 | 41 | 66 | 102 |
| Binary | 11010111 | 10101101 | 1111010 | 0 | 10100 | 101011 | 10000 | 100001 | 110110 | 1000010 |
Color Harmonies of #D7AD7A
Complementary color
Monochromatic Colors of #D7AD7A
Black with #D7AD7A
Text Example
Text Example
White with #D7AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AD7A; }
p { color: rgb(215,173,122); }
H1.HeaderClassName
{
color: #D7AD7A;
}
.AnyTagClassName
{
color: #D7AD7A;
}
</style>
background-color css
<style>
a { background-color: #D7AD7A; }
a { background-color: rgb(215,173,122); }
div.DivClassName
{
background-color: #D7AD7A;
}
.BgClassName
{
background-color: #D7AD7A;
}
</style>
border-color css
<style>
span { border-color: #D7AD7A; }
span { border-color: rgb(215,173,122); }
td.TdClassName
{
border-color: #D7AD7A;
}
.TagClassName
{
border-color: #D7AD7A;
}
</style>