Shades of Dark Goldenrod #B78703
Tints of Dark Goldenrod #B78703
RGB
CMYK
RGB Variations
Color information
#B78703 (or 0xB78703) is known color: Dark Goldenrod. HEX triplet: B7, 87 and 03. RGB value is (183,135,3). Sum of RGB (Red+Green+Blue) = 183+135+3=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B78703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78703 is #4878FC. Grayscale: #868686. Windows color (decimal): -4749565 or 231351. OLE color: 231351.
HSL color Cylindrical-coordinate representation of color #B78703: hue angle of 44º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B78703 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.28 |
| HSL | 44º | 0.97% | 0.36% | - |
| HSV(B) | 44º | 0.98% | 0.72% | - |
| XYZ | 28.21 | 27.4 | 3.89 | - |
| YUV | 134.3 | 53.9 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 3 | 0 | 0.26 | 0.98 | 0.28 | 44 | 0.97 | 0.36 |
| Hex | B7 | 87 | 3 | 0 | 1A | 62 | 1C | 2C | 61 | 24 |
| Octal | 267 | 207 | 3 | 0 | 32 | 142 | 34 | 54 | 141 | 44 |
| Binary | 10110111 | 10000111 | 11 | 0 | 11010 | 1100010 | 11100 | 101100 | 1100001 | 100100 |
Color Harmonies of #B78703
Complementary color
Monochromatic Colors of #B78703
Black with #B78703
Text Example
Text Example
White with #B78703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78703; }
p { color: rgb(183,135,3); }
H1.HeaderClassName
{
color: #B78703;
}
.AnyTagClassName
{
color: #B78703;
}
</style>
background-color css
<style>
a { background-color: #B78703; }
a { background-color: rgb(183,135,3); }
div.DivClassName
{
background-color: #B78703;
}
.BgClassName
{
background-color: #B78703;
}
</style>
border-color css
<style>
span { border-color: #B78703; }
span { border-color: rgb(183,135,3); }
td.TdClassName
{
border-color: #B78703;
}
.TagClassName
{
border-color: #B78703;
}
</style>