Shades of Dark Goldenrod #BD910D
Tints of Dark Goldenrod #BD910D
RGB
CMYK
RGB Variations
Color information
#BD910D (or 0xBD910D) is known color: Dark Goldenrod. HEX triplet: BD, 91 and 0D. RGB value is (189,145,13). Sum of RGB (Red+Green+Blue) = 189+145+13=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD910D is #426EF2. Grayscale: #8F8F8F. Windows color (decimal): -4353779 or 889277. OLE color: 889277.
HSL color Cylindrical-coordinate representation of color #BD910D: hue angle of 45º 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 #BD910D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.26 |
| HSL | 45º | 0.87% | 0.4% | - |
| HSV(B) | 45º | 0.93% | 0.74% | - |
| XYZ | 31.18 | 31.1 | 4.74 | - |
| YUV | 143.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 13 | 0 | 0.23 | 0.93 | 0.26 | 45 | 0.87 | 0.4 |
| Hex | BD | 91 | D | 0 | 17 | 5D | 1A | 2D | 57 | 28 |
| Octal | 275 | 221 | 15 | 0 | 27 | 135 | 32 | 55 | 127 | 50 |
| Binary | 10111101 | 10010001 | 1101 | 0 | 10111 | 1011101 | 11010 | 101101 | 1010111 | 101000 |
Color Harmonies of #BD910D
Complementary color
Monochromatic Colors of #BD910D
Black with #BD910D
Text Example
Text Example
White with #BD910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD910D; }
p { color: rgb(189,145,13); }
H1.HeaderClassName
{
color: #BD910D;
}
.AnyTagClassName
{
color: #BD910D;
}
</style>
background-color css
<style>
a { background-color: #BD910D; }
a { background-color: rgb(189,145,13); }
div.DivClassName
{
background-color: #BD910D;
}
.BgClassName
{
background-color: #BD910D;
}
</style>
border-color css
<style>
span { border-color: #BD910D; }
span { border-color: rgb(189,145,13); }
td.TdClassName
{
border-color: #BD910D;
}
.TagClassName
{
border-color: #BD910D;
}
</style>