Shades of Dark Goldenrod #BF7D04
Tints of Dark Goldenrod #BF7D04
RGB
CMYK
RGB Variations
Color information
#BF7D04 (or 0xBF7D04) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 04. RGB value is (191,125,4). Sum of RGB (Red+Green+Blue) = 191+125+4=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D04 is #4082FB. Grayscale: #838383. Windows color (decimal): -4227836 or 294335. OLE color: 294335.
HSL color Cylindrical-coordinate representation of color #BF7D04: hue angle of 38.82º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF7D04 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 4 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.25 |
| HSL | 38.82º | 0.96% | 0.38% | - |
| HSV(B) | 38.82º | 0.98% | 0.75% | - |
| XYZ | 28.84 | 25.75 | 3.57 | - |
| YUV | 130.94 | 56.37 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 4 | 0 | 0.35 | 0.98 | 0.25 | 38.82 | 0.96 | 0.38 |
| Hex | BF | 7D | 4 | 0 | 23 | 62 | 19 | 27 | 60 | 26 |
| Octal | 277 | 175 | 4 | 0 | 43 | 142 | 31 | 47 | 140 | 46 |
| Binary | 10111111 | 1111101 | 100 | 0 | 100011 | 1100010 | 11001 | 100111 | 1100000 | 100110 |
Color Harmonies of #BF7D04
Complementary color
Monochromatic Colors of #BF7D04
Black with #BF7D04
Text Example
Text Example
White with #BF7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D04; }
p { color: rgb(191,125,4); }
H1.HeaderClassName
{
color: #BF7D04;
}
.AnyTagClassName
{
color: #BF7D04;
}
</style>
background-color css
<style>
a { background-color: #BF7D04; }
a { background-color: rgb(191,125,4); }
div.DivClassName
{
background-color: #BF7D04;
}
.BgClassName
{
background-color: #BF7D04;
}
</style>
border-color css
<style>
span { border-color: #BF7D04; }
span { border-color: rgb(191,125,4); }
td.TdClassName
{
border-color: #BF7D04;
}
.TagClassName
{
border-color: #BF7D04;
}
</style>