Shades of Dark Goldenrod #B78D03
Tints of Dark Goldenrod #B78D03
RGB
CMYK
RGB Variations
Color information
#B78D03 (or 0xB78D03) is known color: Dark Goldenrod. HEX triplet: B7, 8D and 03. RGB value is (183,141,3). Sum of RGB (Red+Green+Blue) = 183+141+3=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78D03 is #4872FC. Grayscale: #8A8A8A. Windows color (decimal): -4748029 or 232887. OLE color: 232887.
HSL color Cylindrical-coordinate representation of color #B78D03: hue angle of 46º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B78D03 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 3 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.28 |
| HSL | 46º | 0.97% | 0.36% | - |
| HSV(B) | 46º | 0.98% | 0.72% | - |
| XYZ | 29.07 | 29.12 | 4.18 | - |
| YUV | 137.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 3 | 0 | 0.23 | 0.98 | 0.28 | 46 | 0.97 | 0.36 |
| Hex | B7 | 8D | 3 | 0 | 17 | 62 | 1C | 2E | 61 | 24 |
| Octal | 267 | 215 | 3 | 0 | 27 | 142 | 34 | 56 | 141 | 44 |
| Binary | 10110111 | 10001101 | 11 | 0 | 10111 | 1100010 | 11100 | 101110 | 1100001 | 100100 |
Color Harmonies of #B78D03
Complementary color
Monochromatic Colors of #B78D03
Black with #B78D03
Text Example
Text Example
White with #B78D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D03; }
p { color: rgb(183,141,3); }
H1.HeaderClassName
{
color: #B78D03;
}
.AnyTagClassName
{
color: #B78D03;
}
</style>
background-color css
<style>
a { background-color: #B78D03; }
a { background-color: rgb(183,141,3); }
div.DivClassName
{
background-color: #B78D03;
}
.BgClassName
{
background-color: #B78D03;
}
</style>
border-color css
<style>
span { border-color: #B78D03; }
span { border-color: rgb(183,141,3); }
td.TdClassName
{
border-color: #B78D03;
}
.TagClassName
{
border-color: #B78D03;
}
</style>