Shades of Dark Goldenrod #BD7A09
Tints of Dark Goldenrod #BD7A09
RGB
CMYK
RGB Variations
Color information
#BD7A09 (or 0xBD7A09) is known color: Dark Goldenrod. HEX triplet: BD, 7A and 09. RGB value is (189,122,9). Sum of RGB (Red+Green+Blue) = 189+122+9=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7A09 is #4285F6. Grayscale: #818181. Windows color (decimal): -4359671 or 621245. OLE color: 621245.
HSL color Cylindrical-coordinate representation of color #BD7A09: hue angle of 37.67º degrees, saturation: 0.91, 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 #BD7A09 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 9 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.26 |
| HSL | 37.67º | 0.91% | 0.39% | - |
| HSV(B) | 37.67º | 0.95% | 0.74% | - |
| XYZ | 28 | 24.76 | 3.56 | - |
| YUV | 129.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 9 | 0 | 0.35 | 0.95 | 0.26 | 37.67 | 0.91 | 0.39 |
| Hex | BD | 7A | 9 | 0 | 23 | 5F | 1A | 26 | 5B | 27 |
| Octal | 275 | 172 | 11 | 0 | 43 | 137 | 32 | 46 | 133 | 47 |
| Binary | 10111101 | 1111010 | 1001 | 0 | 100011 | 1011111 | 11010 | 100110 | 1011011 | 100111 |
Color Harmonies of #BD7A09
Complementary color
Monochromatic Colors of #BD7A09
Black with #BD7A09
Text Example
Text Example
White with #BD7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A09; }
p { color: rgb(189,122,9); }
H1.HeaderClassName
{
color: #BD7A09;
}
.AnyTagClassName
{
color: #BD7A09;
}
</style>
background-color css
<style>
a { background-color: #BD7A09; }
a { background-color: rgb(189,122,9); }
div.DivClassName
{
background-color: #BD7A09;
}
.BgClassName
{
background-color: #BD7A09;
}
</style>
border-color css
<style>
span { border-color: #BD7A09; }
span { border-color: rgb(189,122,9); }
td.TdClassName
{
border-color: #BD7A09;
}
.TagClassName
{
border-color: #BD7A09;
}
</style>