Shades of Dark Goldenrod #BA940D
Tints of Dark Goldenrod #BA940D
RGB
CMYK
RGB Variations
Color information
#BA940D (or 0xBA940D) is known color: Dark Goldenrod. HEX triplet: BA, 94 and 0D. RGB value is (186,148,13). Sum of RGB (Red+Green+Blue) = 186+148+13=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA940D is #456BF2. Grayscale: #909090. Windows color (decimal): -4549619 or 890042. OLE color: 890042.
HSL color Cylindrical-coordinate representation of color #BA940D: hue angle of 46.82º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA940D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.27 |
| HSL | 46.82º | 0.87% | 0.39% | - |
| HSV(B) | 46.82º | 0.93% | 0.73% | - |
| XYZ | 30.91 | 31.65 | 4.86 | - |
| YUV | 143.97 | 54.09 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 13 | 0 | 0.20 | 0.93 | 0.27 | 46.82 | 0.87 | 0.39 |
| Hex | BA | 94 | D | 0 | 14 | 5D | 1B | 2F | 57 | 27 |
| Octal | 272 | 224 | 15 | 0 | 24 | 135 | 33 | 57 | 127 | 47 |
| Binary | 10111010 | 10010100 | 1101 | 0 | 10100 | 1011101 | 11011 | 101111 | 1010111 | 100111 |
Color Harmonies of #BA940D
Complementary color
Monochromatic Colors of #BA940D
Black with #BA940D
Text Example
Text Example
White with #BA940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA940D; }
p { color: rgb(186,148,13); }
H1.HeaderClassName
{
color: #BA940D;
}
.AnyTagClassName
{
color: #BA940D;
}
</style>
background-color css
<style>
a { background-color: #BA940D; }
a { background-color: rgb(186,148,13); }
div.DivClassName
{
background-color: #BA940D;
}
.BgClassName
{
background-color: #BA940D;
}
</style>
border-color css
<style>
span { border-color: #BA940D; }
span { border-color: rgb(186,148,13); }
td.TdClassName
{
border-color: #BA940D;
}
.TagClassName
{
border-color: #BA940D;
}
</style>