Shades of Dark Goldenrod #BD910E
Tints of Dark Goldenrod #BD910E
RGB
CMYK
RGB Variations
Color information
#BD910E (or 0xBD910E) is known color: Dark Goldenrod. HEX triplet: BD, 91 and 0E. RGB value is (189,145,14). Sum of RGB (Red+Green+Blue) = 189+145+14=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD910E is #426EF1. Grayscale: #8F8F8F. Windows color (decimal): -4353778 or 954813. OLE color: 954813.
HSL color Cylindrical-coordinate representation of color #BD910E: hue angle of 44.91º degrees, saturation: 0.86, 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 #BD910E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 14 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.26 |
| HSL | 44.91º | 0.86% | 0.4% | - |
| HSV(B) | 44.91º | 0.93% | 0.74% | - |
| XYZ | 31.19 | 31.1 | 4.77 | - |
| YUV | 143.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 14 | 0 | 0.23 | 0.93 | 0.26 | 44.91 | 0.86 | 0.4 |
| Hex | BD | 91 | E | 0 | 17 | 5D | 1A | 2D | 56 | 28 |
| Octal | 275 | 221 | 16 | 0 | 27 | 135 | 32 | 55 | 126 | 50 |
| Binary | 10111101 | 10010001 | 1110 | 0 | 10111 | 1011101 | 11010 | 101101 | 1010110 | 101000 |
Color Harmonies of #BD910E
Complementary color
Monochromatic Colors of #BD910E
Black with #BD910E
Text Example
Text Example
White with #BD910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD910E; }
p { color: rgb(189,145,14); }
H1.HeaderClassName
{
color: #BD910E;
}
.AnyTagClassName
{
color: #BD910E;
}
</style>
background-color css
<style>
a { background-color: #BD910E; }
a { background-color: rgb(189,145,14); }
div.DivClassName
{
background-color: #BD910E;
}
.BgClassName
{
background-color: #BD910E;
}
</style>
border-color css
<style>
span { border-color: #BD910E; }
span { border-color: rgb(189,145,14); }
td.TdClassName
{
border-color: #BD910E;
}
.TagClassName
{
border-color: #BD910E;
}
</style>