Shades of Dark Goldenrod #B78D0E
Tints of Dark Goldenrod #B78D0E
RGB
CMYK
RGB Variations
Color information
#B78D0E (or 0xB78D0E) is known color: Dark Goldenrod. HEX triplet: B7, 8D and 0E. RGB value is (183,141,14). Sum of RGB (Red+Green+Blue) = 183+141+14=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78D0E is #4872F1. Grayscale: #8B8B8B. Windows color (decimal): -4748018 or 953783. OLE color: 953783.
HSL color Cylindrical-coordinate representation of color #B78D0E: hue angle of 45.09º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B78D0E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 14 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.28 |
| HSL | 45.09º | 0.86% | 0.39% | - |
| HSV(B) | 45.09º | 0.92% | 0.72% | - |
| XYZ | 29.13 | 29.15 | 4.51 | - |
| YUV | 139.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 14 | 0 | 0.23 | 0.92 | 0.28 | 45.09 | 0.86 | 0.39 |
| Hex | B7 | 8D | E | 0 | 17 | 5C | 1C | 2D | 56 | 27 |
| Octal | 267 | 215 | 16 | 0 | 27 | 134 | 34 | 55 | 126 | 47 |
| Binary | 10110111 | 10001101 | 1110 | 0 | 10111 | 1011100 | 11100 | 101101 | 1010110 | 100111 |
Color Harmonies of #B78D0E
Complementary color
Monochromatic Colors of #B78D0E
Black with #B78D0E
Text Example
Text Example
White with #B78D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D0E; }
p { color: rgb(183,141,14); }
H1.HeaderClassName
{
color: #B78D0E;
}
.AnyTagClassName
{
color: #B78D0E;
}
</style>
background-color css
<style>
a { background-color: #B78D0E; }
a { background-color: rgb(183,141,14); }
div.DivClassName
{
background-color: #B78D0E;
}
.BgClassName
{
background-color: #B78D0E;
}
</style>
border-color css
<style>
span { border-color: #B78D0E; }
span { border-color: rgb(183,141,14); }
td.TdClassName
{
border-color: #B78D0E;
}
.TagClassName
{
border-color: #B78D0E;
}
</style>