Shades of Dark Goldenrod #BD780A
Tints of Dark Goldenrod #BD780A
RGB
CMYK
RGB Variations
Color information
#BD780A (or 0xBD780A) is known color: Dark Goldenrod. HEX triplet: BD, 78 and 0A. RGB value is (189,120,10). Sum of RGB (Red+Green+Blue) = 189+120+10=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD780A is #4287F5. Grayscale: #808080. Windows color (decimal): -4360182 or 686269. OLE color: 686269.
HSL color Cylindrical-coordinate representation of color #BD780A: hue angle of 36.87º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD780A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 120 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.26 |
| HSL | 36.87º | 0.9% | 0.39% | - |
| HSV(B) | 36.87º | 0.95% | 0.74% | - |
| XYZ | 27.76 | 24.27 | 3.51 | - |
| YUV | 128.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 10 | 0 | 0.37 | 0.95 | 0.26 | 36.87 | 0.9 | 0.39 |
| Hex | BD | 78 | A | 0 | 25 | 5F | 1A | 25 | 5A | 27 |
| Octal | 275 | 170 | 12 | 0 | 45 | 137 | 32 | 45 | 132 | 47 |
| Binary | 10111101 | 1111000 | 1010 | 0 | 100101 | 1011111 | 11010 | 100101 | 1011010 | 100111 |
Color Harmonies of #BD780A
Complementary color
Monochromatic Colors of #BD780A
Black with #BD780A
Text Example
Text Example
White with #BD780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD780A; }
p { color: rgb(189,120,10); }
H1.HeaderClassName
{
color: #BD780A;
}
.AnyTagClassName
{
color: #BD780A;
}
</style>
background-color css
<style>
a { background-color: #BD780A; }
a { background-color: rgb(189,120,10); }
div.DivClassName
{
background-color: #BD780A;
}
.BgClassName
{
background-color: #BD780A;
}
</style>
border-color css
<style>
span { border-color: #BD780A; }
span { border-color: rgb(189,120,10); }
td.TdClassName
{
border-color: #BD780A;
}
.TagClassName
{
border-color: #BD780A;
}
</style>