Shades of Calico #D6AD78
Tints of Calico #D6AD78
RGB
CMYK
RGB Variations
Color information
#D6AD78 (or 0xD6AD78) is known color: Calico. HEX triplet: D6, AD and 78. RGB value is (214,173,120). Sum of RGB (Red+Green+Blue) = 214+173+120=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD78 is #295287. Grayscale: #B3B3B3. Windows color (decimal): -2708104 or 7908822. OLE color: 7908822.
HSL color Cylindrical-coordinate representation of color #D6AD78: hue angle of 33.83º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6AD78 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 120 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.16 |
| HSL | 33.83º | 0.53% | 0.65% | - |
| HSV(B) | 33.83º | 0.44% | 0.84% | - |
| XYZ | 46.07 | 45.54 | 24.13 | - |
| YUV | 179.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 120 | 0 | 0.19 | 0.44 | 0.16 | 33.83 | 0.53 | 0.65 |
| Hex | D6 | AD | 78 | 0 | 13 | 2C | 10 | 22 | 35 | 41 |
| Octal | 326 | 255 | 170 | 0 | 23 | 54 | 20 | 42 | 65 | 101 |
| Binary | 11010110 | 10101101 | 1111000 | 0 | 10011 | 101100 | 10000 | 100010 | 110101 | 1000001 |
Color Harmonies of #D6AD78
Complementary color
Monochromatic Colors of #D6AD78
Black with #D6AD78
Text Example
Text Example
White with #D6AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD78; }
p { color: rgb(214,173,120); }
H1.HeaderClassName
{
color: #D6AD78;
}
.AnyTagClassName
{
color: #D6AD78;
}
</style>
background-color css
<style>
a { background-color: #D6AD78; }
a { background-color: rgb(214,173,120); }
div.DivClassName
{
background-color: #D6AD78;
}
.BgClassName
{
background-color: #D6AD78;
}
</style>
border-color css
<style>
span { border-color: #D6AD78; }
span { border-color: rgb(214,173,120); }
td.TdClassName
{
border-color: #D6AD78;
}
.TagClassName
{
border-color: #D6AD78;
}
</style>