Shades of Dark Goldenrod #B79400
Tints of Dark Goldenrod #B79400
RGB
CMYK
RGB Variations
Color information
#B79400 (or 0xB79400) is known color: Dark Goldenrod. HEX triplet: B7, 94 and 00. RGB value is (183,148,0). Sum of RGB (Red+Green+Blue) = 183+148+0=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B79400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79400 is #486BFF. Grayscale: #8E8E8E. Windows color (decimal): -4746240 or 38071. OLE color: 38071.
HSL color Cylindrical-coordinate representation of color #B79400: hue angle of 48.52º 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 #B79400 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 148 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.28 |
| HSL | 48.52º | 1% | 0.36% | - |
| HSV(B) | 48.52º | 1% | 0.72% | - |
| XYZ | 30.12 | 31.25 | 4.44 | - |
| YUV | 141.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 148 | 0 | 0 | 0.19 | 1 | 0.28 | 48.52 | 1 | 0.36 |
| Hex | B7 | 94 | 0 | 0 | 13 | 64 | 1C | 31 | 64 | 24 |
| Octal | 267 | 224 | 0 | 0 | 23 | 144 | 34 | 61 | 144 | 44 |
| Binary | 10110111 | 10010100 | 0 | 0 | 10011 | 1100100 | 11100 | 110001 | 1100100 | 100100 |
Color Harmonies of #B79400
Complementary color
Monochromatic Colors of #B79400
Black with #B79400
Text Example
Text Example
White with #B79400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79400; }
p { color: rgb(183,148,0); }
H1.HeaderClassName
{
color: #B79400;
}
.AnyTagClassName
{
color: #B79400;
}
</style>
background-color css
<style>
a { background-color: #B79400; }
a { background-color: rgb(183,148,0); }
div.DivClassName
{
background-color: #B79400;
}
.BgClassName
{
background-color: #B79400;
}
</style>
border-color css
<style>
span { border-color: #B79400; }
span { border-color: rgb(183,148,0); }
td.TdClassName
{
border-color: #B79400;
}
.TagClassName
{
border-color: #B79400;
}
</style>