Shades of Dark Goldenrod #BA780D
Tints of Dark Goldenrod #BA780D
RGB
CMYK
RGB Variations
Color information
#BA780D (or 0xBA780D) is known color: Dark Goldenrod. HEX triplet: BA, 78 and 0D. RGB value is (186,120,13). Sum of RGB (Red+Green+Blue) = 186+120+13=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA780D is #4587F2. Grayscale: #808080. Windows color (decimal): -4556787 or 882874. OLE color: 882874.
HSL color Cylindrical-coordinate representation of color #BA780D: hue angle of 37.11º 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 #BA780D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.27 |
| HSL | 37.11º | 0.87% | 0.39% | - |
| HSV(B) | 37.11º | 0.93% | 0.73% | - |
| XYZ | 27.04 | 23.9 | 3.57 | - |
| YUV | 127.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 13 | 0 | 0.35 | 0.93 | 0.27 | 37.11 | 0.87 | 0.39 |
| Hex | BA | 78 | D | 0 | 23 | 5D | 1B | 25 | 57 | 27 |
| Octal | 272 | 170 | 15 | 0 | 43 | 135 | 33 | 45 | 127 | 47 |
| Binary | 10111010 | 1111000 | 1101 | 0 | 100011 | 1011101 | 11011 | 100101 | 1010111 | 100111 |
Color Harmonies of #BA780D
Complementary color
Monochromatic Colors of #BA780D
Black with #BA780D
Text Example
Text Example
White with #BA780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA780D; }
p { color: rgb(186,120,13); }
H1.HeaderClassName
{
color: #BA780D;
}
.AnyTagClassName
{
color: #BA780D;
}
</style>
background-color css
<style>
a { background-color: #BA780D; }
a { background-color: rgb(186,120,13); }
div.DivClassName
{
background-color: #BA780D;
}
.BgClassName
{
background-color: #BA780D;
}
</style>
border-color css
<style>
span { border-color: #BA780D; }
span { border-color: rgb(186,120,13); }
td.TdClassName
{
border-color: #BA780D;
}
.TagClassName
{
border-color: #BA780D;
}
</style>