Shades of Equator #D6B360
Tints of Equator #D6B360
RGB
CMYK
RGB Variations
Color information
#D6B360 (or 0xD6B360) is known color: Equator. HEX triplet: D6, B3 and 60. RGB value is (214,179,96). Sum of RGB (Red+Green+Blue) = 214+179+96=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B360 is #294C9F. Grayscale: #B4B4B4. Windows color (decimal): -2706592 or 6337494. OLE color: 6337494.
HSL color Cylindrical-coordinate representation of color #D6B360: hue angle of 42.2º 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 #D6B360 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 96 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.16 |
| HSL | 42.2º | 0.59% | 0.61% | - |
| HSV(B) | 42.2º | 0.55% | 0.84% | - |
| XYZ | 45.96 | 47.38 | 17.79 | - |
| YUV | 180 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 96 | 0 | 0.16 | 0.55 | 0.16 | 42.2 | 0.59 | 0.61 |
| Hex | D6 | B3 | 60 | 0 | 10 | 37 | 10 | 2A | 3B | 3D |
| Octal | 326 | 263 | 140 | 0 | 20 | 67 | 20 | 52 | 73 | 75 |
| Binary | 11010110 | 10110011 | 1100000 | 0 | 10000 | 110111 | 10000 | 101010 | 111011 | 111101 |
Color Harmonies of #D6B360
Complementary color
Monochromatic Colors of #D6B360
Black with #D6B360
Text Example
Text Example
White with #D6B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B360; }
p { color: rgb(214,179,96); }
H1.HeaderClassName
{
color: #D6B360;
}
.AnyTagClassName
{
color: #D6B360;
}
</style>
background-color css
<style>
a { background-color: #D6B360; }
a { background-color: rgb(214,179,96); }
div.DivClassName
{
background-color: #D6B360;
}
.BgClassName
{
background-color: #D6B360;
}
</style>
border-color css
<style>
span { border-color: #D6B360; }
span { border-color: rgb(214,179,96); }
td.TdClassName
{
border-color: #D6B360;
}
.TagClassName
{
border-color: #D6B360;
}
</style>