Shades of Dark Goldenrod #BF930D
Tints of Dark Goldenrod #BF930D
RGB
CMYK
RGB Variations
Color information
#BF930D (or 0xBF930D) is known color: Dark Goldenrod. HEX triplet: BF, 93 and 0D. RGB value is (191,147,13). Sum of RGB (Red+Green+Blue) = 191+147+13=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF930D is #406CF2. Grayscale: #919191. Windows color (decimal): -4222195 or 889791. OLE color: 889791.
HSL color Cylindrical-coordinate representation of color #BF930D: hue angle of 45.17º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF930D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.25 |
| HSL | 45.17º | 0.87% | 0.4% | - |
| HSV(B) | 45.17º | 0.93% | 0.75% | - |
| XYZ | 31.99 | 31.97 | 4.87 | - |
| YUV | 144.88 | 53.58 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 13 | 0 | 0.23 | 0.93 | 0.25 | 45.17 | 0.87 | 0.4 |
| Hex | BF | 93 | D | 0 | 17 | 5D | 19 | 2D | 57 | 28 |
| Octal | 277 | 223 | 15 | 0 | 27 | 135 | 31 | 55 | 127 | 50 |
| Binary | 10111111 | 10010011 | 1101 | 0 | 10111 | 1011101 | 11001 | 101101 | 1010111 | 101000 |
Color Harmonies of #BF930D
Complementary color
Monochromatic Colors of #BF930D
Black with #BF930D
Text Example
Text Example
White with #BF930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF930D; }
p { color: rgb(191,147,13); }
H1.HeaderClassName
{
color: #BF930D;
}
.AnyTagClassName
{
color: #BF930D;
}
</style>
background-color css
<style>
a { background-color: #BF930D; }
a { background-color: rgb(191,147,13); }
div.DivClassName
{
background-color: #BF930D;
}
.BgClassName
{
background-color: #BF930D;
}
</style>
border-color css
<style>
span { border-color: #BF930D; }
span { border-color: rgb(191,147,13); }
td.TdClassName
{
border-color: #BF930D;
}
.TagClassName
{
border-color: #BF930D;
}
</style>