Shades of Equator #D6B260
Tints of Equator #D6B260
RGB
CMYK
RGB Variations
Color information
#D6B260 (or 0xD6B260) is known color: Equator. HEX triplet: D6, B2 and 60. RGB value is (214,178,96). Sum of RGB (Red+Green+Blue) = 214+178+96=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B260 is #294D9F. Grayscale: #B3B3B3. Windows color (decimal): -2706848 or 6337238. OLE color: 6337238.
HSL color Cylindrical-coordinate representation of color #D6B260: hue angle of 41.69º 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 #D6B260 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 96 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.16 |
| HSL | 41.69º | 0.59% | 0.61% | - |
| HSV(B) | 41.69º | 0.55% | 0.84% | - |
| XYZ | 45.76 | 46.98 | 17.72 | - |
| YUV | 179.42 | 80.93 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 96 | 0 | 0.17 | 0.55 | 0.16 | 41.69 | 0.59 | 0.61 |
| Hex | D6 | B2 | 60 | 0 | 11 | 37 | 10 | 2A | 3B | 3D |
| Octal | 326 | 262 | 140 | 0 | 21 | 67 | 20 | 52 | 73 | 75 |
| Binary | 11010110 | 10110010 | 1100000 | 0 | 10001 | 110111 | 10000 | 101010 | 111011 | 111101 |
Color Harmonies of #D6B260
Complementary color
Monochromatic Colors of #D6B260
Black with #D6B260
Text Example
Text Example
White with #D6B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B260; }
p { color: rgb(214,178,96); }
H1.HeaderClassName
{
color: #D6B260;
}
.AnyTagClassName
{
color: #D6B260;
}
</style>
background-color css
<style>
a { background-color: #D6B260; }
a { background-color: rgb(214,178,96); }
div.DivClassName
{
background-color: #D6B260;
}
.BgClassName
{
background-color: #D6B260;
}
</style>
border-color css
<style>
span { border-color: #D6B260; }
span { border-color: rgb(214,178,96); }
td.TdClassName
{
border-color: #D6B260;
}
.TagClassName
{
border-color: #D6B260;
}
</style>