Shades of Dark Goldenrod #BF7D01
Tints of Dark Goldenrod #BF7D01
RGB
CMYK
RGB Variations
Color information
#BF7D01 (or 0xBF7D01) is known color: Dark Goldenrod. HEX triplet: BF, 7D and 01. RGB value is (191,125,1). Sum of RGB (Red+Green+Blue) = 191+125+1=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF7D01 is #4082FE. Grayscale: #838383. Windows color (decimal): -4227839 or 97727. OLE color: 97727.
HSL color Cylindrical-coordinate representation of color #BF7D01: hue angle of 39.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF7D01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.25 |
| HSL | 39.16º | 0.99% | 0.38% | - |
| HSV(B) | 39.16º | 0.99% | 0.75% | - |
| XYZ | 28.82 | 25.75 | 3.48 | - |
| YUV | 130.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 1 | 0 | 0.35 | 0.99 | 0.25 | 39.16 | 0.99 | 0.38 |
| Hex | BF | 7D | 1 | 0 | 23 | 63 | 19 | 27 | 63 | 26 |
| Octal | 277 | 175 | 1 | 0 | 43 | 143 | 31 | 47 | 143 | 46 |
| Binary | 10111111 | 1111101 | 1 | 0 | 100011 | 1100011 | 11001 | 100111 | 1100011 | 100110 |
Color Harmonies of #BF7D01
Complementary color
Monochromatic Colors of #BF7D01
Black with #BF7D01
Text Example
Text Example
White with #BF7D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D01; }
p { color: rgb(191,125,1); }
H1.HeaderClassName
{
color: #BF7D01;
}
.AnyTagClassName
{
color: #BF7D01;
}
</style>
background-color css
<style>
a { background-color: #BF7D01; }
a { background-color: rgb(191,125,1); }
div.DivClassName
{
background-color: #BF7D01;
}
.BgClassName
{
background-color: #BF7D01;
}
</style>
border-color css
<style>
span { border-color: #BF7D01; }
span { border-color: rgb(191,125,1); }
td.TdClassName
{
border-color: #BF7D01;
}
.TagClassName
{
border-color: #BF7D01;
}
</style>