Shades of Calico #D4A97D
Tints of Calico #D4A97D
RGB
CMYK
RGB Variations
Color information
#D4A97D (or 0xD4A97D) is known color: Calico. HEX triplet: D4, A9 and 7D. RGB value is (212,169,125). Sum of RGB (Red+Green+Blue) = 212+169+125=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A97D is #2B5682. Grayscale: #B1B1B1. Windows color (decimal): -2840195 or 8235476. OLE color: 8235476.
HSL color Cylindrical-coordinate representation of color #D4A97D: hue angle of 30.34º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4A97D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 169 | 125 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.17 |
| HSL | 30.34º | 0.5% | 0.66% | - |
| HSV(B) | 30.34º | 0.41% | 0.83% | - |
| XYZ | 45.04 | 43.85 | 25.49 | - |
| YUV | 176.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 169 | 125 | 0 | 0.20 | 0.41 | 0.17 | 30.34 | 0.5 | 0.66 |
| Hex | D4 | A9 | 7D | 0 | 14 | 29 | 11 | 1E | 32 | 42 |
| Octal | 324 | 251 | 175 | 0 | 24 | 51 | 21 | 36 | 62 | 102 |
| Binary | 11010100 | 10101001 | 1111101 | 0 | 10100 | 101001 | 10001 | 11110 | 110010 | 1000010 |
Color Harmonies of #D4A97D
Complementary color
Monochromatic Colors of #D4A97D
Black with #D4A97D
Text Example
Text Example
White with #D4A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A97D; }
p { color: rgb(212,169,125); }
H1.HeaderClassName
{
color: #D4A97D;
}
.AnyTagClassName
{
color: #D4A97D;
}
</style>
background-color css
<style>
a { background-color: #D4A97D; }
a { background-color: rgb(212,169,125); }
div.DivClassName
{
background-color: #D4A97D;
}
.BgClassName
{
background-color: #D4A97D;
}
</style>
border-color css
<style>
span { border-color: #D4A97D; }
span { border-color: rgb(212,169,125); }
td.TdClassName
{
border-color: #D4A97D;
}
.TagClassName
{
border-color: #D4A97D;
}
</style>