Shades of Dark Goldenrod #B78000
Tints of Dark Goldenrod #B78000
RGB
CMYK
RGB Variations
Color information
#B78000 (or 0xB78000) is known color: Dark Goldenrod. HEX triplet: B7, 80 and 00. RGB value is (183,128,0). Sum of RGB (Red+Green+Blue) = 183+128+0=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B78000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78000 is #487FFF. Grayscale: #828282. Windows color (decimal): -4751360 or 32951. OLE color: 32951.
HSL color Cylindrical-coordinate representation of color #B78000: hue angle of 41.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B78000 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.28 |
| HSL | 41.97º | 1% | 0.36% | - |
| HSV(B) | 41.97º | 1% | 0.72% | - |
| XYZ | 27.25 | 25.51 | 3.49 | - |
| YUV | 129.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 0 | 0 | 0.30 | 1 | 0.28 | 41.97 | 1 | 0.36 |
| Hex | B7 | 80 | 0 | 0 | 1E | 64 | 1C | 2A | 64 | 24 |
| Octal | 267 | 200 | 0 | 0 | 36 | 144 | 34 | 52 | 144 | 44 |
| Binary | 10110111 | 10000000 | 0 | 0 | 11110 | 1100100 | 11100 | 101010 | 1100100 | 100100 |
Color Harmonies of #B78000
Complementary color
Monochromatic Colors of #B78000
Black with #B78000
Text Example
Text Example
White with #B78000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78000; }
p { color: rgb(183,128,0); }
H1.HeaderClassName
{
color: #B78000;
}
.AnyTagClassName
{
color: #B78000;
}
</style>
background-color css
<style>
a { background-color: #B78000; }
a { background-color: rgb(183,128,0); }
div.DivClassName
{
background-color: #B78000;
}
.BgClassName
{
background-color: #B78000;
}
</style>
border-color css
<style>
span { border-color: #B78000; }
span { border-color: rgb(183,128,0); }
td.TdClassName
{
border-color: #B78000;
}
.TagClassName
{
border-color: #B78000;
}
</style>