Shades of Dark Goldenrod #BF7D0E
Tints of Dark Goldenrod #BF7D0E
RGB
CMYK
RGB Variations
Color information
#BF7D0E (or 0xBF7D0E) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 0E. RGB value is (191,125,14). Sum of RGB (Red+Green+Blue) = 191+125+14=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D0E is #4082F1. Grayscale: #848484. Windows color (decimal): -4227826 or 949695. OLE color: 949695.
HSL color Cylindrical-coordinate representation of color #BF7D0E: hue angle of 37.63º degrees, saturation: 0.86, 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 #BF7D0E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 14 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.25 |
| HSL | 37.63º | 0.86% | 0.4% | - |
| HSV(B) | 37.63º | 0.93% | 0.75% | - |
| XYZ | 28.9 | 25.78 | 3.87 | - |
| YUV | 132.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 14 | 0 | 0.35 | 0.93 | 0.25 | 37.63 | 0.86 | 0.4 |
| Hex | BF | 7D | E | 0 | 23 | 5D | 19 | 26 | 56 | 28 |
| Octal | 277 | 175 | 16 | 0 | 43 | 135 | 31 | 46 | 126 | 50 |
| Binary | 10111111 | 1111101 | 1110 | 0 | 100011 | 1011101 | 11001 | 100110 | 1010110 | 101000 |
Color Harmonies of #BF7D0E
Complementary color
Monochromatic Colors of #BF7D0E
Black with #BF7D0E
Text Example
Text Example
White with #BF7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D0E; }
p { color: rgb(191,125,14); }
H1.HeaderClassName
{
color: #BF7D0E;
}
.AnyTagClassName
{
color: #BF7D0E;
}
</style>
background-color css
<style>
a { background-color: #BF7D0E; }
a { background-color: rgb(191,125,14); }
div.DivClassName
{
background-color: #BF7D0E;
}
.BgClassName
{
background-color: #BF7D0E;
}
</style>
border-color css
<style>
span { border-color: #BF7D0E; }
span { border-color: rgb(191,125,14); }
td.TdClassName
{
border-color: #BF7D0E;
}
.TagClassName
{
border-color: #BF7D0E;
}
</style>