Shades of Dark Goldenrod #BF7D14
Tints of Dark Goldenrod #BF7D14
RGB
CMYK
RGB Variations
Color information
#BF7D14 (or 0xBF7D14) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 14. RGB value is (191,125,20). Sum of RGB (Red+Green+Blue) = 191+125+20=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D14 is #4082EB. Grayscale: #858585. Windows color (decimal): -4227820 or 1342911. OLE color: 1342911.
HSL color Cylindrical-coordinate representation of color #BF7D14: hue angle of 36.84º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF7D14 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 20 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.25 |
| HSL | 36.84º | 0.81% | 0.41% | - |
| HSV(B) | 36.84º | 0.9% | 0.75% | - |
| XYZ | 28.95 | 25.79 | 4.11 | - |
| YUV | 132.76 | 64.37 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 20 | 0 | 0.35 | 0.90 | 0.25 | 36.84 | 0.81 | 0.41 |
| Hex | BF | 7D | 14 | 0 | 23 | 5A | 19 | 25 | 51 | 29 |
| Octal | 277 | 175 | 24 | 0 | 43 | 132 | 31 | 45 | 121 | 51 |
| Binary | 10111111 | 1111101 | 10100 | 0 | 100011 | 1011010 | 11001 | 100101 | 1010001 | 101001 |
Color Harmonies of #BF7D14
Complementary color
Monochromatic Colors of #BF7D14
Black with #BF7D14
Text Example
Text Example
White with #BF7D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D14; }
p { color: rgb(191,125,20); }
H1.HeaderClassName
{
color: #BF7D14;
}
.AnyTagClassName
{
color: #BF7D14;
}
</style>
background-color css
<style>
a { background-color: #BF7D14; }
a { background-color: rgb(191,125,20); }
div.DivClassName
{
background-color: #BF7D14;
}
.BgClassName
{
background-color: #BF7D14;
}
</style>
border-color css
<style>
span { border-color: #BF7D14; }
span { border-color: rgb(191,125,20); }
td.TdClassName
{
border-color: #BF7D14;
}
.TagClassName
{
border-color: #BF7D14;
}
</style>