Shades of Dark Goldenrod #BD8911
Tints of Dark Goldenrod #BD8911
RGB
CMYK
RGB Variations
Color information
#BD8911 (or 0xBD8911) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 11. RGB value is (189,137,17). Sum of RGB (Red+Green+Blue) = 189+137+17=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8911 is #4276EE. Grayscale: #8B8B8B. Windows color (decimal): -4355823 or 1149373. OLE color: 1149373.
HSL color Cylindrical-coordinate representation of color #BD8911: hue angle of 41.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD8911 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 17 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.26 |
| HSL | 41.86º | 0.83% | 0.4% | - |
| HSV(B) | 41.86º | 0.91% | 0.74% | - |
| XYZ | 30.03 | 28.75 | 4.5 | - |
| YUV | 138.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 17 | 0 | 0.28 | 0.91 | 0.26 | 41.86 | 0.83 | 0.4 |
| Hex | BD | 89 | 11 | 0 | 1C | 5B | 1A | 2A | 53 | 28 |
| Octal | 275 | 211 | 21 | 0 | 34 | 133 | 32 | 52 | 123 | 50 |
| Binary | 10111101 | 10001001 | 10001 | 0 | 11100 | 1011011 | 11010 | 101010 | 1010011 | 101000 |
Color Harmonies of #BD8911
Complementary color
Monochromatic Colors of #BD8911
Black with #BD8911
Text Example
Text Example
White with #BD8911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8911; }
p { color: rgb(189,137,17); }
H1.HeaderClassName
{
color: #BD8911;
}
.AnyTagClassName
{
color: #BD8911;
}
</style>
background-color css
<style>
a { background-color: #BD8911; }
a { background-color: rgb(189,137,17); }
div.DivClassName
{
background-color: #BD8911;
}
.BgClassName
{
background-color: #BD8911;
}
</style>
border-color css
<style>
span { border-color: #BD8911; }
span { border-color: rgb(189,137,17); }
td.TdClassName
{
border-color: #BD8911;
}
.TagClassName
{
border-color: #BD8911;
}
</style>