Shades of Dark Goldenrod #B79010
Tints of Dark Goldenrod #B79010
RGB
CMYK
RGB Variations
Color information
#B79010 (or 0xB79010) is known color: Dark Goldenrod. HEX triplet: B7, 90 and 10. RGB value is (183,144,16). Sum of RGB (Red+Green+Blue) = 183+144+16=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B79010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79010 is #486FEF. Grayscale: #8D8D8D. Windows color (decimal): -4747248 or 1085623. OLE color: 1085623.
HSL color Cylindrical-coordinate representation of color #B79010: hue angle of 45.99º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B79010 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 16 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.28 |
| HSL | 45.99º | 0.84% | 0.39% | - |
| HSV(B) | 45.99º | 0.91% | 0.72% | - |
| XYZ | 29.6 | 30.05 | 4.73 | - |
| YUV | 141.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 16 | 0 | 0.21 | 0.91 | 0.28 | 45.99 | 0.84 | 0.39 |
| Hex | B7 | 90 | 10 | 0 | 15 | 5B | 1C | 2E | 54 | 27 |
| Octal | 267 | 220 | 20 | 0 | 25 | 133 | 34 | 56 | 124 | 47 |
| Binary | 10110111 | 10010000 | 10000 | 0 | 10101 | 1011011 | 11100 | 101110 | 1010100 | 100111 |
Color Harmonies of #B79010
Complementary color
Monochromatic Colors of #B79010
Black with #B79010
Text Example
Text Example
White with #B79010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79010; }
p { color: rgb(183,144,16); }
H1.HeaderClassName
{
color: #B79010;
}
.AnyTagClassName
{
color: #B79010;
}
</style>
background-color css
<style>
a { background-color: #B79010; }
a { background-color: rgb(183,144,16); }
div.DivClassName
{
background-color: #B79010;
}
.BgClassName
{
background-color: #B79010;
}
</style>
border-color css
<style>
span { border-color: #B79010; }
span { border-color: rgb(183,144,16); }
td.TdClassName
{
border-color: #B79010;
}
.TagClassName
{
border-color: #B79010;
}
</style>