Shades of Equator #D8B76C
Tints of Equator #D8B76C
RGB
CMYK
RGB Variations
Color information
#D8B76C (or 0xD8B76C) is known color: Equator. HEX triplet: D8, B7 and 6C. RGB value is (216,183,108). Sum of RGB (Red+Green+Blue) = 216+183+108=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B76C is #274893. Grayscale: #B8B8B8. Windows color (decimal): -2574484 or 7124952. OLE color: 7124952.
HSL color Cylindrical-coordinate representation of color #D8B76C: hue angle of 41.67º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8B76C is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 108 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.15 |
| HSL | 41.67º | 0.58% | 0.64% | - |
| HSV(B) | 41.67º | 0.5% | 0.85% | - |
| XYZ | 47.96 | 49.55 | 21.22 | - |
| YUV | 184.32 | 84.93 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 108 | 0 | 0.15 | 0.50 | 0.15 | 41.67 | 0.58 | 0.64 |
| Hex | D8 | B7 | 6C | 0 | F | 32 | F | 2A | 3A | 40 |
| Octal | 330 | 267 | 154 | 0 | 17 | 62 | 17 | 52 | 72 | 100 |
| Binary | 11011000 | 10110111 | 1101100 | 0 | 1111 | 110010 | 1111 | 101010 | 111010 | 1000000 |
Color Harmonies of #D8B76C
Complementary color
Monochromatic Colors of #D8B76C
Black with #D8B76C
Text Example
Text Example
White with #D8B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B76C; }
p { color: rgb(216,183,108); }
H1.HeaderClassName
{
color: #D8B76C;
}
.AnyTagClassName
{
color: #D8B76C;
}
</style>
background-color css
<style>
a { background-color: #D8B76C; }
a { background-color: rgb(216,183,108); }
div.DivClassName
{
background-color: #D8B76C;
}
.BgClassName
{
background-color: #D8B76C;
}
</style>
border-color css
<style>
span { border-color: #D8B76C; }
span { border-color: rgb(216,183,108); }
td.TdClassName
{
border-color: #D8B76C;
}
.TagClassName
{
border-color: #D8B76C;
}
</style>