Shades of Calico #D6AD7E
Tints of Calico #D6AD7E
RGB
CMYK
RGB Variations
Color information
#D6AD7E (or 0xD6AD7E) is known color: Calico. HEX triplet: D6, AD and 7E. RGB value is (214,173,126). Sum of RGB (Red+Green+Blue) = 214+173+126=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD7E is #295281. Grayscale: #B4B4B4. Windows color (decimal): -2708098 or 8302038. OLE color: 8302038.
HSL color Cylindrical-coordinate representation of color #D6AD7E: hue angle of 32.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6AD7E is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 126 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.16 |
| HSL | 32.05º | 0.52% | 0.67% | - |
| HSV(B) | 32.05º | 0.41% | 0.84% | - |
| XYZ | 46.44 | 45.69 | 26.11 | - |
| YUV | 179.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 126 | 0 | 0.19 | 0.41 | 0.16 | 32.05 | 0.52 | 0.67 |
| Hex | D6 | AD | 7E | 0 | 13 | 29 | 10 | 20 | 34 | 43 |
| Octal | 326 | 255 | 176 | 0 | 23 | 51 | 20 | 40 | 64 | 103 |
| Binary | 11010110 | 10101101 | 1111110 | 0 | 10011 | 101001 | 10000 | 100000 | 110100 | 1000011 |
Color Harmonies of #D6AD7E
Complementary color
Monochromatic Colors of #D6AD7E
Black with #D6AD7E
Text Example
Text Example
White with #D6AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD7E; }
p { color: rgb(214,173,126); }
H1.HeaderClassName
{
color: #D6AD7E;
}
.AnyTagClassName
{
color: #D6AD7E;
}
</style>
background-color css
<style>
a { background-color: #D6AD7E; }
a { background-color: rgb(214,173,126); }
div.DivClassName
{
background-color: #D6AD7E;
}
.BgClassName
{
background-color: #D6AD7E;
}
</style>
border-color css
<style>
span { border-color: #D6AD7E; }
span { border-color: rgb(214,173,126); }
td.TdClassName
{
border-color: #D6AD7E;
}
.TagClassName
{
border-color: #D6AD7E;
}
</style>