Shades of Dark Goldenrod #BF9003
Tints of Dark Goldenrod #BF9003
RGB
CMYK
RGB Variations
Color information
#BF9003 (or 0xBF9003) is known color: Dark Goldenrod. HEX triplet: BF, 90 and 03. RGB value is (191,144,3). Sum of RGB (Red+Green+Blue) = 191+144+3=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9003 is #406FFC. Grayscale: #8E8E8E. Windows color (decimal): -4222973 or 233663. OLE color: 233663.
HSL color Cylindrical-coordinate representation of color #BF9003: hue angle of 45º degrees, saturation: 0.97, 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 #BF9003 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 144 | 3 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.25 |
| HSL | 45º | 0.97% | 0.38% | - |
| HSV(B) | 45º | 0.98% | 0.75% | - |
| XYZ | 31.48 | 31.03 | 4.42 | - |
| YUV | 141.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 144 | 3 | 0 | 0.25 | 0.98 | 0.25 | 45 | 0.97 | 0.38 |
| Hex | BF | 90 | 3 | 0 | 19 | 62 | 19 | 2D | 61 | 26 |
| Octal | 277 | 220 | 3 | 0 | 31 | 142 | 31 | 55 | 141 | 46 |
| Binary | 10111111 | 10010000 | 11 | 0 | 11001 | 1100010 | 11001 | 101101 | 1100001 | 100110 |
Color Harmonies of #BF9003
Complementary color
Monochromatic Colors of #BF9003
Black with #BF9003
Text Example
Text Example
White with #BF9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9003; }
p { color: rgb(191,144,3); }
H1.HeaderClassName
{
color: #BF9003;
}
.AnyTagClassName
{
color: #BF9003;
}
</style>
background-color css
<style>
a { background-color: #BF9003; }
a { background-color: rgb(191,144,3); }
div.DivClassName
{
background-color: #BF9003;
}
.BgClassName
{
background-color: #BF9003;
}
</style>
border-color css
<style>
span { border-color: #BF9003; }
span { border-color: rgb(191,144,3); }
td.TdClassName
{
border-color: #BF9003;
}
.TagClassName
{
border-color: #BF9003;
}
</style>