Shades of Dark Goldenrod #BA7D01
Tints of Dark Goldenrod #BA7D01
RGB
CMYK
RGB Variations
Color information
#BA7D01 (or 0xBA7D01) is known color: Dark Goldenrod. HEX triplet: BA, 7D and 01. RGB value is (186,125,1). Sum of RGB (Red+Green+Blue) = 186+125+1=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7D01 is #4582FE. Grayscale: #818181. Windows color (decimal): -4555519 or 97722. OLE color: 97722.
HSL color Cylindrical-coordinate representation of color #BA7D01: hue angle of 40.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA7D01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.27 |
| HSL | 40.22º | 0.99% | 0.37% | - |
| HSV(B) | 40.22º | 0.99% | 0.73% | - |
| XYZ | 27.59 | 25.11 | 3.42 | - |
| YUV | 129.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 1 | 0 | 0.33 | 0.99 | 0.27 | 40.22 | 0.99 | 0.37 |
| Hex | BA | 7D | 1 | 0 | 21 | 63 | 1B | 28 | 63 | 25 |
| Octal | 272 | 175 | 1 | 0 | 41 | 143 | 33 | 50 | 143 | 45 |
| Binary | 10111010 | 1111101 | 1 | 0 | 100001 | 1100011 | 11011 | 101000 | 1100011 | 100101 |
Color Harmonies of #BA7D01
Complementary color
Monochromatic Colors of #BA7D01
Black with #BA7D01
Text Example
Text Example
White with #BA7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D01; }
p { color: rgb(186,125,1); }
H1.HeaderClassName
{
color: #BA7D01;
}
.AnyTagClassName
{
color: #BA7D01;
}
</style>
background-color css
<style>
a { background-color: #BA7D01; }
a { background-color: rgb(186,125,1); }
div.DivClassName
{
background-color: #BA7D01;
}
.BgClassName
{
background-color: #BA7D01;
}
</style>
border-color css
<style>
span { border-color: #BA7D01; }
span { border-color: rgb(186,125,1); }
td.TdClassName
{
border-color: #BA7D01;
}
.TagClassName
{
border-color: #BA7D01;
}
</style>