Shades of Calico #D4AC7F
Tints of Calico #D4AC7F
RGB
CMYK
RGB Variations
Color information
#D4AC7F (or 0xD4AC7F) is known color: Calico. HEX triplet: D4, AC and 7F. RGB value is (212,172,127). Sum of RGB (Red+Green+Blue) = 212+172+127=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC7F is #2B5380. Grayscale: #B3B3B3. Windows color (decimal): -2839425 or 8367316. OLE color: 8367316.
HSL color Cylindrical-coordinate representation of color #D4AC7F: hue angle of 31.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4AC7F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 127 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.17 |
| HSL | 31.76º | 0.5% | 0.66% | - |
| HSV(B) | 31.76º | 0.4% | 0.83% | - |
| XYZ | 45.73 | 45.03 | 26.36 | - |
| YUV | 178.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 127 | 0 | 0.19 | 0.40 | 0.17 | 31.76 | 0.5 | 0.66 |
| Hex | D4 | AC | 7F | 0 | 13 | 28 | 11 | 20 | 32 | 42 |
| Octal | 324 | 254 | 177 | 0 | 23 | 50 | 21 | 40 | 62 | 102 |
| Binary | 11010100 | 10101100 | 1111111 | 0 | 10011 | 101000 | 10001 | 100000 | 110010 | 1000010 |
Color Harmonies of #D4AC7F
Complementary color
Monochromatic Colors of #D4AC7F
Black with #D4AC7F
Text Example
Text Example
White with #D4AC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC7F; }
p { color: rgb(212,172,127); }
H1.HeaderClassName
{
color: #D4AC7F;
}
.AnyTagClassName
{
color: #D4AC7F;
}
</style>
background-color css
<style>
a { background-color: #D4AC7F; }
a { background-color: rgb(212,172,127); }
div.DivClassName
{
background-color: #D4AC7F;
}
.BgClassName
{
background-color: #D4AC7F;
}
</style>
border-color css
<style>
span { border-color: #D4AC7F; }
span { border-color: rgb(212,172,127); }
td.TdClassName
{
border-color: #D4AC7F;
}
.TagClassName
{
border-color: #D4AC7F;
}
</style>