Shades of Dark Goldenrod #B98C03
Tints of Dark Goldenrod #B98C03
RGB
CMYK
RGB Variations
Color information
#B98C03 (or 0xB98C03) is known color: Dark Goldenrod. HEX triplet: B9, 8C and 03. RGB value is (185,140,3). Sum of RGB (Red+Green+Blue) = 185+140+3=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98C03 is #4673FC. Grayscale: #8A8A8A. Windows color (decimal): -4617213 or 232633. OLE color: 232633.
HSL color Cylindrical-coordinate representation of color #B98C03: hue angle of 45.16º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B98C03 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 3 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.27 |
| HSL | 45.16º | 0.97% | 0.37% | - |
| HSV(B) | 45.16º | 0.98% | 0.73% | - |
| XYZ | 29.4 | 29.08 | 4.15 | - |
| YUV | 137.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 3 | 0 | 0.24 | 0.98 | 0.27 | 45.16 | 0.97 | 0.37 |
| Hex | B9 | 8C | 3 | 0 | 18 | 62 | 1B | 2D | 61 | 25 |
| Octal | 271 | 214 | 3 | 0 | 30 | 142 | 33 | 55 | 141 | 45 |
| Binary | 10111001 | 10001100 | 11 | 0 | 11000 | 1100010 | 11011 | 101101 | 1100001 | 100101 |
Color Harmonies of #B98C03
Complementary color
Monochromatic Colors of #B98C03
Black with #B98C03
Text Example
Text Example
White with #B98C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C03; }
p { color: rgb(185,140,3); }
H1.HeaderClassName
{
color: #B98C03;
}
.AnyTagClassName
{
color: #B98C03;
}
</style>
background-color css
<style>
a { background-color: #B98C03; }
a { background-color: rgb(185,140,3); }
div.DivClassName
{
background-color: #B98C03;
}
.BgClassName
{
background-color: #B98C03;
}
</style>
border-color css
<style>
span { border-color: #B98C03; }
span { border-color: rgb(185,140,3); }
td.TdClassName
{
border-color: #B98C03;
}
.TagClassName
{
border-color: #B98C03;
}
</style>