Shades of Dark Goldenrod #BF9901
Tints of Dark Goldenrod #BF9901
RGB
CMYK
RGB Variations
Color information
#BF9901 (or 0xBF9901) is known color: Dark Goldenrod. HEX triplet: BF, 99 and 01. RGB value is (191,153,1). Sum of RGB (Red+Green+Blue) = 191+153+1=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9901 is #4066FE. Grayscale: #939393. Windows color (decimal): -4220671 or 104895. OLE color: 104895.
HSL color Cylindrical-coordinate representation of color #BF9901: hue angle of 48º 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 #BF9901 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.25 |
| HSL | 48º | 0.99% | 0.38% | - |
| HSV(B) | 48º | 0.99% | 0.75% | - |
| XYZ | 32.88 | 33.86 | 4.83 | - |
| YUV | 147.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 1 | 0 | 0.20 | 0.99 | 0.25 | 48 | 0.99 | 0.38 |
| Hex | BF | 99 | 1 | 0 | 14 | 63 | 19 | 30 | 63 | 26 |
| Octal | 277 | 231 | 1 | 0 | 24 | 143 | 31 | 60 | 143 | 46 |
| Binary | 10111111 | 10011001 | 1 | 0 | 10100 | 1100011 | 11001 | 110000 | 1100011 | 100110 |
Color Harmonies of #BF9901
Complementary color
Monochromatic Colors of #BF9901
Black with #BF9901
Text Example
Text Example
White with #BF9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9901; }
p { color: rgb(191,153,1); }
H1.HeaderClassName
{
color: #BF9901;
}
.AnyTagClassName
{
color: #BF9901;
}
</style>
background-color css
<style>
a { background-color: #BF9901; }
a { background-color: rgb(191,153,1); }
div.DivClassName
{
background-color: #BF9901;
}
.BgClassName
{
background-color: #BF9901;
}
</style>
border-color css
<style>
span { border-color: #BF9901; }
span { border-color: rgb(191,153,1); }
td.TdClassName
{
border-color: #BF9901;
}
.TagClassName
{
border-color: #BF9901;
}
</style>