Shades of Dark Goldenrod #B79A00
Tints of Dark Goldenrod #B79A00
RGB
CMYK
RGB Variations
Color information
#B79A00 (or 0xB79A00) is known color: Dark Goldenrod. HEX triplet: B7, 9A and 00. RGB value is (183,154,0). Sum of RGB (Red+Green+Blue) = 183+154+0=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A00 is #4865FF. Grayscale: #919191. Windows color (decimal): -4744704 or 39607. OLE color: 39607.
HSL color Cylindrical-coordinate representation of color #B79A00: hue angle of 50.49º 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 #B79A00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 154 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.28 |
| HSL | 50.49º | 1% | 0.36% | - |
| HSV(B) | 50.49º | 1% | 0.72% | - |
| XYZ | 31.08 | 33.18 | 4.77 | - |
| YUV | 145.12 | 46.11 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 154 | 0 | 0 | 0.16 | 1 | 0.28 | 50.49 | 1 | 0.36 |
| Hex | B7 | 9A | 0 | 0 | 10 | 64 | 1C | 32 | 64 | 24 |
| Octal | 267 | 232 | 0 | 0 | 20 | 144 | 34 | 62 | 144 | 44 |
| Binary | 10110111 | 10011010 | 0 | 0 | 10000 | 1100100 | 11100 | 110010 | 1100100 | 100100 |
Color Harmonies of #B79A00
Complementary color
Monochromatic Colors of #B79A00
Black with #B79A00
Text Example
Text Example
White with #B79A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79A00; }
p { color: rgb(183,154,0); }
H1.HeaderClassName
{
color: #B79A00;
}
.AnyTagClassName
{
color: #B79A00;
}
</style>
background-color css
<style>
a { background-color: #B79A00; }
a { background-color: rgb(183,154,0); }
div.DivClassName
{
background-color: #B79A00;
}
.BgClassName
{
background-color: #B79A00;
}
</style>
border-color css
<style>
span { border-color: #B79A00; }
span { border-color: rgb(183,154,0); }
td.TdClassName
{
border-color: #B79A00;
}
.TagClassName
{
border-color: #B79A00;
}
</style>