Shades of Dark Goldenrod #BF9900
Tints of Dark Goldenrod #BF9900
RGB
CMYK
RGB Variations
Color information
#BF9900 (or 0xBF9900) is known color: Dark Goldenrod. HEX triplet: BF, 99 and 00. RGB value is (191,153,0). Sum of RGB (Red+Green+Blue) = 191+153+0=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9900 is #4066FF. Grayscale: #939393. Windows color (decimal): -4220672 or 39359. OLE color: 39359.
HSL color Cylindrical-coordinate representation of color #BF9900: hue angle of 48.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF9900 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.25 |
| HSL | 48.06º | 1% | 0.37% | - |
| HSV(B) | 48.06º | 1% | 0.75% | - |
| XYZ | 32.88 | 33.86 | 4.8 | - |
| YUV | 146.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 0 | 0 | 0.20 | 1 | 0.25 | 48.06 | 1 | 0.37 |
| Hex | BF | 99 | 0 | 0 | 14 | 64 | 19 | 30 | 64 | 25 |
| Octal | 277 | 231 | 0 | 0 | 24 | 144 | 31 | 60 | 144 | 45 |
| Binary | 10111111 | 10011001 | 0 | 0 | 10100 | 1100100 | 11001 | 110000 | 1100100 | 100101 |
Color Harmonies of #BF9900
Complementary color
Monochromatic Colors of #BF9900
Black with #BF9900
Text Example
Text Example
White with #BF9900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9900; }
p { color: rgb(191,153,0); }
H1.HeaderClassName
{
color: #BF9900;
}
.AnyTagClassName
{
color: #BF9900;
}
</style>
background-color css
<style>
a { background-color: #BF9900; }
a { background-color: rgb(191,153,0); }
div.DivClassName
{
background-color: #BF9900;
}
.BgClassName
{
background-color: #BF9900;
}
</style>
border-color css
<style>
span { border-color: #BF9900; }
span { border-color: rgb(191,153,0); }
td.TdClassName
{
border-color: #BF9900;
}
.TagClassName
{
border-color: #BF9900;
}
</style>