Shades of Equator #D6AD61
Tints of Equator #D6AD61
RGB
CMYK
RGB Variations
Color information
#D6AD61 (or 0xD6AD61) is known color: Equator. HEX triplet: D6, AD and 61. RGB value is (214,173,97). Sum of RGB (Red+Green+Blue) = 214+173+97=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD61 is #29529E. Grayscale: #B0B0B0. Windows color (decimal): -2708127 or 6401494. OLE color: 6401494.
HSL color Cylindrical-coordinate representation of color #D6AD61: hue angle of 38.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6AD61 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 97 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.16 |
| HSL | 38.97º | 0.59% | 0.61% | - |
| HSV(B) | 38.97º | 0.55% | 0.84% | - |
| XYZ | 44.83 | 45.05 | 17.64 | - |
| YUV | 176.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 97 | 0 | 0.19 | 0.55 | 0.16 | 38.97 | 0.59 | 0.61 |
| Hex | D6 | AD | 61 | 0 | 13 | 37 | 10 | 27 | 3B | 3D |
| Octal | 326 | 255 | 141 | 0 | 23 | 67 | 20 | 47 | 73 | 75 |
| Binary | 11010110 | 10101101 | 1100001 | 0 | 10011 | 110111 | 10000 | 100111 | 111011 | 111101 |
Color Harmonies of #D6AD61
Complementary color
Monochromatic Colors of #D6AD61
Black with #D6AD61
Text Example
Text Example
White with #D6AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD61; }
p { color: rgb(214,173,97); }
H1.HeaderClassName
{
color: #D6AD61;
}
.AnyTagClassName
{
color: #D6AD61;
}
</style>
background-color css
<style>
a { background-color: #D6AD61; }
a { background-color: rgb(214,173,97); }
div.DivClassName
{
background-color: #D6AD61;
}
.BgClassName
{
background-color: #D6AD61;
}
</style>
border-color css
<style>
span { border-color: #D6AD61; }
span { border-color: rgb(214,173,97); }
td.TdClassName
{
border-color: #D6AD61;
}
.TagClassName
{
border-color: #D6AD61;
}
</style>