Shades of Dark Goldenrod #BF800E
Tints of Dark Goldenrod #BF800E
RGB
CMYK
RGB Variations
Color information
#BF800E (or 0xBF800E) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 0E. RGB value is (191,128,14). Sum of RGB (Red+Green+Blue) = 191+128+14=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF800E is #407FF1. Grayscale: #868686. Windows color (decimal): -4227058 or 950463. OLE color: 950463.
HSL color Cylindrical-coordinate representation of color #BF800E: hue angle of 38.64º 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 #BF800E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 14 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.25 |
| HSL | 38.64º | 0.86% | 0.4% | - |
| HSV(B) | 38.64º | 0.93% | 0.75% | - |
| XYZ | 29.28 | 26.55 | 4 | - |
| YUV | 133.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 14 | 0 | 0.33 | 0.93 | 0.25 | 38.64 | 0.86 | 0.4 |
| Hex | BF | 80 | E | 0 | 21 | 5D | 19 | 27 | 56 | 28 |
| Octal | 277 | 200 | 16 | 0 | 41 | 135 | 31 | 47 | 126 | 50 |
| Binary | 10111111 | 10000000 | 1110 | 0 | 100001 | 1011101 | 11001 | 100111 | 1010110 | 101000 |
Color Harmonies of #BF800E
Complementary color
Monochromatic Colors of #BF800E
Black with #BF800E
Text Example
Text Example
White with #BF800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF800E; }
p { color: rgb(191,128,14); }
H1.HeaderClassName
{
color: #BF800E;
}
.AnyTagClassName
{
color: #BF800E;
}
</style>
background-color css
<style>
a { background-color: #BF800E; }
a { background-color: rgb(191,128,14); }
div.DivClassName
{
background-color: #BF800E;
}
.BgClassName
{
background-color: #BF800E;
}
</style>
border-color css
<style>
span { border-color: #BF800E; }
span { border-color: rgb(191,128,14); }
td.TdClassName
{
border-color: #BF800E;
}
.TagClassName
{
border-color: #BF800E;
}
</style>