Shades of Equator #D6B361
Tints of Equator #D6B361
RGB
CMYK
RGB Variations
Color information
#D6B361 (or 0xD6B361) is known color: Equator. HEX triplet: D6, B3 and 61. RGB value is (214,179,97). Sum of RGB (Red+Green+Blue) = 214+179+97=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B361 is #294C9E. Grayscale: #B4B4B4. Windows color (decimal): -2706591 or 6403030. OLE color: 6403030.
HSL color Cylindrical-coordinate representation of color #D6B361: hue angle of 42.05º 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 #D6B361 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 97 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.16 |
| HSL | 42.05º | 0.59% | 0.61% | - |
| HSV(B) | 42.05º | 0.55% | 0.84% | - |
| XYZ | 46.01 | 47.4 | 18.03 | - |
| YUV | 180.12 | 81.1 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 97 | 0 | 0.16 | 0.55 | 0.16 | 42.05 | 0.59 | 0.61 |
| Hex | D6 | B3 | 61 | 0 | 10 | 37 | 10 | 2A | 3B | 3D |
| Octal | 326 | 263 | 141 | 0 | 20 | 67 | 20 | 52 | 73 | 75 |
| Binary | 11010110 | 10110011 | 1100001 | 0 | 10000 | 110111 | 10000 | 101010 | 111011 | 111101 |
Color Harmonies of #D6B361
Complementary color
Monochromatic Colors of #D6B361
Black with #D6B361
Text Example
Text Example
White with #D6B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B361; }
p { color: rgb(214,179,97); }
H1.HeaderClassName
{
color: #D6B361;
}
.AnyTagClassName
{
color: #D6B361;
}
</style>
background-color css
<style>
a { background-color: #D6B361; }
a { background-color: rgb(214,179,97); }
div.DivClassName
{
background-color: #D6B361;
}
.BgClassName
{
background-color: #D6B361;
}
</style>
border-color css
<style>
span { border-color: #D6B361; }
span { border-color: rgb(214,179,97); }
td.TdClassName
{
border-color: #D6B361;
}
.TagClassName
{
border-color: #D6B361;
}
</style>