Shades of Dark Goldenrod #B98D14
Tints of Dark Goldenrod #B98D14
RGB
CMYK
RGB Variations
Color information
#B98D14 (or 0xB98D14) is known color: Dark Goldenrod. HEX triplet: B9, 8D and 14. RGB value is (185,141,20). Sum of RGB (Red+Green+Blue) = 185+141+20=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B98D14 is #4672EB. Grayscale: #8C8C8C. Windows color (decimal): -4616940 or 1347001. OLE color: 1347001.
HSL color Cylindrical-coordinate representation of color #B98D14: hue angle of 44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B98D14 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 141 | 20 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.27 |
| HSL | 44º | 0.8% | 0.4% | - |
| HSV(B) | 44º | 0.89% | 0.73% | - |
| XYZ | 29.66 | 29.41 | 4.78 | - |
| YUV | 140.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 141 | 20 | 0 | 0.24 | 0.89 | 0.27 | 44 | 0.8 | 0.4 |
| Hex | B9 | 8D | 14 | 0 | 18 | 59 | 1B | 2C | 50 | 28 |
| Octal | 271 | 215 | 24 | 0 | 30 | 131 | 33 | 54 | 120 | 50 |
| Binary | 10111001 | 10001101 | 10100 | 0 | 11000 | 1011001 | 11011 | 101100 | 1010000 | 101000 |
Color Harmonies of #B98D14
Complementary color
Monochromatic Colors of #B98D14
Black with #B98D14
Text Example
Text Example
White with #B98D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98D14; }
p { color: rgb(185,141,20); }
H1.HeaderClassName
{
color: #B98D14;
}
.AnyTagClassName
{
color: #B98D14;
}
</style>
background-color css
<style>
a { background-color: #B98D14; }
a { background-color: rgb(185,141,20); }
div.DivClassName
{
background-color: #B98D14;
}
.BgClassName
{
background-color: #B98D14;
}
</style>
border-color css
<style>
span { border-color: #B98D14; }
span { border-color: rgb(185,141,20); }
td.TdClassName
{
border-color: #B98D14;
}
.TagClassName
{
border-color: #B98D14;
}
</style>