Shades of Calico #D9AF7C
Tints of Calico #D9AF7C
RGB
CMYK
RGB Variations
Color information
#D9AF7C (or 0xD9AF7C) is known color: Calico. HEX triplet: D9, AF and 7C. RGB value is (217,175,124). Sum of RGB (Red+Green+Blue) = 217+175+124=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF7C is #265083. Grayscale: #B5B5B5. Windows color (decimal): -2510980 or 8171481. OLE color: 8171481.
HSL color Cylindrical-coordinate representation of color #D9AF7C: hue angle of 32.9º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9AF7C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 124 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.15 |
| HSL | 32.9º | 0.55% | 0.67% | - |
| HSV(B) | 32.9º | 0.43% | 0.85% | - |
| XYZ | 47.58 | 46.87 | 25.61 | - |
| YUV | 181.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 124 | 0 | 0.19 | 0.43 | 0.15 | 32.9 | 0.55 | 0.67 |
| Hex | D9 | AF | 7C | 0 | 13 | 2B | F | 21 | 37 | 43 |
| Octal | 331 | 257 | 174 | 0 | 23 | 53 | 17 | 41 | 67 | 103 |
| Binary | 11011001 | 10101111 | 1111100 | 0 | 10011 | 101011 | 1111 | 100001 | 110111 | 1000011 |
Color Harmonies of #D9AF7C
Complementary color
Monochromatic Colors of #D9AF7C
Black with #D9AF7C
Text Example
Text Example
White with #D9AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF7C; }
p { color: rgb(217,175,124); }
H1.HeaderClassName
{
color: #D9AF7C;
}
.AnyTagClassName
{
color: #D9AF7C;
}
</style>
background-color css
<style>
a { background-color: #D9AF7C; }
a { background-color: rgb(217,175,124); }
div.DivClassName
{
background-color: #D9AF7C;
}
.BgClassName
{
background-color: #D9AF7C;
}
</style>
border-color css
<style>
span { border-color: #D9AF7C; }
span { border-color: rgb(217,175,124); }
td.TdClassName
{
border-color: #D9AF7C;
}
.TagClassName
{
border-color: #D9AF7C;
}
</style>