Shades of Equator #D7B76C
Tints of Equator #D7B76C
RGB
CMYK
RGB Variations
Color information
#D7B76C (or 0xD7B76C) is known color: Equator. HEX triplet: D7, B7 and 6C. RGB value is (215,183,108). Sum of RGB (Red+Green+Blue) = 215+183+108=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B76C is #284893. Grayscale: #B8B8B8. Windows color (decimal): -2640020 or 7124951. OLE color: 7124951.
HSL color Cylindrical-coordinate representation of color #D7B76C: hue angle of 42.06º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7B76C is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 183 | 108 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.16 |
| HSL | 42.06º | 0.57% | 0.63% | - |
| HSV(B) | 42.06º | 0.5% | 0.84% | - |
| XYZ | 47.66 | 49.4 | 21.21 | - |
| YUV | 184.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 183 | 108 | 0 | 0.15 | 0.50 | 0.16 | 42.06 | 0.57 | 0.63 |
| Hex | D7 | B7 | 6C | 0 | F | 32 | 10 | 2A | 39 | 3F |
| Octal | 327 | 267 | 154 | 0 | 17 | 62 | 20 | 52 | 71 | 77 |
| Binary | 11010111 | 10110111 | 1101100 | 0 | 1111 | 110010 | 10000 | 101010 | 111001 | 111111 |
Color Harmonies of #D7B76C
Complementary color
Monochromatic Colors of #D7B76C
Black with #D7B76C
Text Example
Text Example
White with #D7B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B76C; }
p { color: rgb(215,183,108); }
H1.HeaderClassName
{
color: #D7B76C;
}
.AnyTagClassName
{
color: #D7B76C;
}
</style>
background-color css
<style>
a { background-color: #D7B76C; }
a { background-color: rgb(215,183,108); }
div.DivClassName
{
background-color: #D7B76C;
}
.BgClassName
{
background-color: #D7B76C;
}
</style>
border-color css
<style>
span { border-color: #D7B76C; }
span { border-color: rgb(215,183,108); }
td.TdClassName
{
border-color: #D7B76C;
}
.TagClassName
{
border-color: #D7B76C;
}
</style>