Shades of Calico #D2AF7E
Tints of Calico #D2AF7E
RGB
CMYK
RGB Variations
Color information
#D2AF7E (or 0xD2AF7E) is known color: Calico. HEX triplet: D2, AF and 7E. RGB value is (210,175,126). Sum of RGB (Red+Green+Blue) = 210+175+126=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF7E is #2D5081. Grayscale: #B4B4B4. Windows color (decimal): -2969730 or 8302546. OLE color: 8302546.
HSL color Cylindrical-coordinate representation of color #D2AF7E: hue angle of 35º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2AF7E is Cyan = 0, Magento = 0.17, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 126 | - |
| CMYK | 0 | 0.17 | 0.4 | 0.18 |
| HSL | 35º | 0.48% | 0.66% | - |
| HSV(B) | 35º | 0.4% | 0.82% | - |
| XYZ | 45.67 | 45.87 | 26.18 | - |
| YUV | 179.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 126 | 0 | 0.17 | 0.4 | 0.18 | 35 | 0.48 | 0.66 |
| Hex | D2 | AF | 7E | 0 | 11 | 28 | 12 | 23 | 30 | 42 |
| Octal | 322 | 257 | 176 | 0 | 21 | 50 | 22 | 43 | 60 | 102 |
| Binary | 11010010 | 10101111 | 1111110 | 0 | 10001 | 101000 | 10010 | 100011 | 110000 | 1000010 |
Color Harmonies of #D2AF7E
Complementary color
Monochromatic Colors of #D2AF7E
Black with #D2AF7E
Text Example
Text Example
White with #D2AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF7E; }
p { color: rgb(210,175,126); }
H1.HeaderClassName
{
color: #D2AF7E;
}
.AnyTagClassName
{
color: #D2AF7E;
}
</style>
background-color css
<style>
a { background-color: #D2AF7E; }
a { background-color: rgb(210,175,126); }
div.DivClassName
{
background-color: #D2AF7E;
}
.BgClassName
{
background-color: #D2AF7E;
}
</style>
border-color css
<style>
span { border-color: #D2AF7E; }
span { border-color: rgb(210,175,126); }
td.TdClassName
{
border-color: #D2AF7E;
}
.TagClassName
{
border-color: #D2AF7E;
}
</style>