Shades of Equator #D6B368
Tints of Equator #D6B368
RGB
CMYK
RGB Variations
Color information
#D6B368 (or 0xD6B368) is known color: Equator. HEX triplet: D6, B3 and 68. RGB value is (214,179,104). Sum of RGB (Red+Green+Blue) = 214+179+104=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B368 is #294C97. Grayscale: #B5B5B5. Windows color (decimal): -2706584 or 6861782. OLE color: 6861782.
HSL color Cylindrical-coordinate representation of color #D6B368: hue angle of 40.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6B368 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 104 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.16 |
| HSL | 40.91º | 0.57% | 0.62% | - |
| HSV(B) | 40.91º | 0.51% | 0.84% | - |
| XYZ | 46.35 | 47.54 | 19.83 | - |
| YUV | 180.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 104 | 0 | 0.16 | 0.51 | 0.16 | 40.91 | 0.57 | 0.62 |
| Hex | D6 | B3 | 68 | 0 | 10 | 33 | 10 | 29 | 39 | 3E |
| Octal | 326 | 263 | 150 | 0 | 20 | 63 | 20 | 51 | 71 | 76 |
| Binary | 11010110 | 10110011 | 1101000 | 0 | 10000 | 110011 | 10000 | 101001 | 111001 | 111110 |
Color Harmonies of #D6B368
Complementary color
Monochromatic Colors of #D6B368
Black with #D6B368
Text Example
Text Example
White with #D6B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B368; }
p { color: rgb(214,179,104); }
H1.HeaderClassName
{
color: #D6B368;
}
.AnyTagClassName
{
color: #D6B368;
}
</style>
background-color css
<style>
a { background-color: #D6B368; }
a { background-color: rgb(214,179,104); }
div.DivClassName
{
background-color: #D6B368;
}
.BgClassName
{
background-color: #D6B368;
}
</style>
border-color css
<style>
span { border-color: #D6B368; }
span { border-color: rgb(214,179,104); }
td.TdClassName
{
border-color: #D6B368;
}
.TagClassName
{
border-color: #D6B368;
}
</style>