Shades of Dark Goldenrod #BD890D
Tints of Dark Goldenrod #BD890D
RGB
CMYK
RGB Variations
Color information
#BD890D (or 0xBD890D) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 0D. RGB value is (189,137,13). Sum of RGB (Red+Green+Blue) = 189+137+13=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD890D is #4276F2. Grayscale: #8A8A8A. Windows color (decimal): -4355827 or 887229. OLE color: 887229.
HSL color Cylindrical-coordinate representation of color #BD890D: hue angle of 42.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD890D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 13 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.26 |
| HSL | 42.27º | 0.87% | 0.4% | - |
| HSV(B) | 42.27º | 0.93% | 0.74% | - |
| XYZ | 30 | 28.74 | 4.35 | - |
| YUV | 138.41 | 57.23 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 13 | 0 | 0.28 | 0.93 | 0.26 | 42.27 | 0.87 | 0.4 |
| Hex | BD | 89 | D | 0 | 1C | 5D | 1A | 2A | 57 | 28 |
| Octal | 275 | 211 | 15 | 0 | 34 | 135 | 32 | 52 | 127 | 50 |
| Binary | 10111101 | 10001001 | 1101 | 0 | 11100 | 1011101 | 11010 | 101010 | 1010111 | 101000 |
Color Harmonies of #BD890D
Complementary color
Monochromatic Colors of #BD890D
Black with #BD890D
Text Example
Text Example
White with #BD890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD890D; }
p { color: rgb(189,137,13); }
H1.HeaderClassName
{
color: #BD890D;
}
.AnyTagClassName
{
color: #BD890D;
}
</style>
background-color css
<style>
a { background-color: #BD890D; }
a { background-color: rgb(189,137,13); }
div.DivClassName
{
background-color: #BD890D;
}
.BgClassName
{
background-color: #BD890D;
}
</style>
border-color css
<style>
span { border-color: #BD890D; }
span { border-color: rgb(189,137,13); }
td.TdClassName
{
border-color: #BD890D;
}
.TagClassName
{
border-color: #BD890D;
}
</style>