Shades of Dark Goldenrod #BF830D
Tints of Dark Goldenrod #BF830D
RGB
CMYK
RGB Variations
Color information
#BF830D (or 0xBF830D) is known color: Dark Goldenrod. HEX triplet: BF, 83 and 0D. RGB value is (191,131,13). Sum of RGB (Red+Green+Blue) = 191+131+13=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF830D is #407CF2. Grayscale: #888888. Windows color (decimal): -4226291 or 885695. OLE color: 885695.
HSL color Cylindrical-coordinate representation of color #BF830D: hue angle of 39.78º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF830D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 131 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.25 |
| HSL | 39.78º | 0.87% | 0.4% | - |
| HSV(B) | 39.78º | 0.93% | 0.75% | - |
| XYZ | 29.67 | 27.34 | 4.09 | - |
| YUV | 135.49 | 58.88 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 131 | 13 | 0 | 0.31 | 0.93 | 0.25 | 39.78 | 0.87 | 0.4 |
| Hex | BF | 83 | D | 0 | 1F | 5D | 19 | 28 | 57 | 28 |
| Octal | 277 | 203 | 15 | 0 | 37 | 135 | 31 | 50 | 127 | 50 |
| Binary | 10111111 | 10000011 | 1101 | 0 | 11111 | 1011101 | 11001 | 101000 | 1010111 | 101000 |
Color Harmonies of #BF830D
Complementary color
Monochromatic Colors of #BF830D
Black with #BF830D
Text Example
Text Example
White with #BF830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF830D; }
p { color: rgb(191,131,13); }
H1.HeaderClassName
{
color: #BF830D;
}
.AnyTagClassName
{
color: #BF830D;
}
</style>
background-color css
<style>
a { background-color: #BF830D; }
a { background-color: rgb(191,131,13); }
div.DivClassName
{
background-color: #BF830D;
}
.BgClassName
{
background-color: #BF830D;
}
</style>
border-color css
<style>
span { border-color: #BF830D; }
span { border-color: rgb(191,131,13); }
td.TdClassName
{
border-color: #BF830D;
}
.TagClassName
{
border-color: #BF830D;
}
</style>