Shades of Dark Goldenrod #BA9903
Tints of Dark Goldenrod #BA9903
RGB
CMYK
RGB Variations
Color information
#BA9903 (or 0xBA9903) is known color: Dark Goldenrod. HEX triplet: BA, 99 and 03. RGB value is (186,153,3). Sum of RGB (Red+Green+Blue) = 186+153+3=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9903 is #4566FC. Grayscale: #929292. Windows color (decimal): -4548349 or 235962. OLE color: 235962.
HSL color Cylindrical-coordinate representation of color #BA9903: hue angle of 49.18º 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 #BA9903 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 153 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.27 |
| HSL | 49.18º | 0.97% | 0.37% | - |
| HSV(B) | 49.18º | 0.98% | 0.73% | - |
| XYZ | 31.66 | 33.23 | 4.83 | - |
| YUV | 145.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 153 | 3 | 0 | 0.18 | 0.98 | 0.27 | 49.18 | 0.97 | 0.37 |
| Hex | BA | 99 | 3 | 0 | 12 | 62 | 1B | 31 | 61 | 25 |
| Octal | 272 | 231 | 3 | 0 | 22 | 142 | 33 | 61 | 141 | 45 |
| Binary | 10111010 | 10011001 | 11 | 0 | 10010 | 1100010 | 11011 | 110001 | 1100001 | 100101 |
Color Harmonies of #BA9903
Complementary color
Monochromatic Colors of #BA9903
Black with #BA9903
Text Example
Text Example
White with #BA9903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9903; }
p { color: rgb(186,153,3); }
H1.HeaderClassName
{
color: #BA9903;
}
.AnyTagClassName
{
color: #BA9903;
}
</style>
background-color css
<style>
a { background-color: #BA9903; }
a { background-color: rgb(186,153,3); }
div.DivClassName
{
background-color: #BA9903;
}
.BgClassName
{
background-color: #BA9903;
}
</style>
border-color css
<style>
span { border-color: #BA9903; }
span { border-color: rgb(186,153,3); }
td.TdClassName
{
border-color: #BA9903;
}
.TagClassName
{
border-color: #BA9903;
}
</style>