Shades of Dark Goldenrod #B79B00
Tints of Dark Goldenrod #B79B00
RGB
CMYK
RGB Variations
Color information
#B79B00 (or 0xB79B00) is known color: Dark Goldenrod. HEX triplet: B7, 9B and 00. RGB value is (183,155,0). Sum of RGB (Red+Green+Blue) = 183+155+0=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79B00 is #4864FF. Grayscale: #929292. Windows color (decimal): -4744448 or 39863. OLE color: 39863.
HSL color Cylindrical-coordinate representation of color #B79B00: hue angle of 50.82º 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 #B79B00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 155 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.28 |
| HSL | 50.82º | 1% | 0.36% | - |
| HSV(B) | 50.82º | 1% | 0.72% | - |
| XYZ | 31.25 | 33.51 | 4.82 | - |
| YUV | 145.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 155 | 0 | 0 | 0.15 | 1 | 0.28 | 50.82 | 1 | 0.36 |
| Hex | B7 | 9B | 0 | 0 | F | 64 | 1C | 33 | 64 | 24 |
| Octal | 267 | 233 | 0 | 0 | 17 | 144 | 34 | 63 | 144 | 44 |
| Binary | 10110111 | 10011011 | 0 | 0 | 1111 | 1100100 | 11100 | 110011 | 1100100 | 100100 |
Color Harmonies of #B79B00
Complementary color
Monochromatic Colors of #B79B00
Black with #B79B00
Text Example
Text Example
White with #B79B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79B00; }
p { color: rgb(183,155,0); }
H1.HeaderClassName
{
color: #B79B00;
}
.AnyTagClassName
{
color: #B79B00;
}
</style>
background-color css
<style>
a { background-color: #B79B00; }
a { background-color: rgb(183,155,0); }
div.DivClassName
{
background-color: #B79B00;
}
.BgClassName
{
background-color: #B79B00;
}
</style>
border-color css
<style>
span { border-color: #B79B00; }
span { border-color: rgb(183,155,0); }
td.TdClassName
{
border-color: #B79B00;
}
.TagClassName
{
border-color: #B79B00;
}
</style>