Shades of Calico #D7AF7A
Tints of Calico #D7AF7A
RGB
CMYK
RGB Variations
Color information
#D7AF7A (or 0xD7AF7A) is known color: Calico. HEX triplet: D7, AF and 7A. RGB value is (215,175,122). Sum of RGB (Red+Green+Blue) = 215+175+122=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF7A is #285085. Grayscale: #B5B5B5. Windows color (decimal): -2642054 or 8040407. OLE color: 8040407.
HSL color Cylindrical-coordinate representation of color #D7AF7A: hue angle of 34.19º 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 #D7AF7A is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 175 | 122 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.16 |
| HSL | 34.19º | 0.54% | 0.66% | - |
| HSV(B) | 34.19º | 0.43% | 0.84% | - |
| XYZ | 46.87 | 46.51 | 24.92 | - |
| YUV | 180.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 175 | 122 | 0 | 0.19 | 0.43 | 0.16 | 34.19 | 0.54 | 0.66 |
| Hex | D7 | AF | 7A | 0 | 13 | 2B | 10 | 22 | 36 | 42 |
| Octal | 327 | 257 | 172 | 0 | 23 | 53 | 20 | 42 | 66 | 102 |
| Binary | 11010111 | 10101111 | 1111010 | 0 | 10011 | 101011 | 10000 | 100010 | 110110 | 1000010 |
Color Harmonies of #D7AF7A
Complementary color
Monochromatic Colors of #D7AF7A
Black with #D7AF7A
Text Example
Text Example
White with #D7AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AF7A; }
p { color: rgb(215,175,122); }
H1.HeaderClassName
{
color: #D7AF7A;
}
.AnyTagClassName
{
color: #D7AF7A;
}
</style>
background-color css
<style>
a { background-color: #D7AF7A; }
a { background-color: rgb(215,175,122); }
div.DivClassName
{
background-color: #D7AF7A;
}
.BgClassName
{
background-color: #D7AF7A;
}
</style>
border-color css
<style>
span { border-color: #D7AF7A; }
span { border-color: rgb(215,175,122); }
td.TdClassName
{
border-color: #D7AF7A;
}
.TagClassName
{
border-color: #D7AF7A;
}
</style>