Shades of Dark Goldenrod #BF810D
Tints of Dark Goldenrod #BF810D
RGB
CMYK
RGB Variations
Color information
#BF810D (or 0xBF810D) is known color: Dark Goldenrod. HEX triplet: BF, 81 and 0D. RGB value is (191,129,13). Sum of RGB (Red+Green+Blue) = 191+129+13=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF810D is #407EF2. Grayscale: #868686. Windows color (decimal): -4226803 or 885183. OLE color: 885183.
HSL color Cylindrical-coordinate representation of color #BF810D: hue angle of 39.1º 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 #BF810D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 129 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.25 |
| HSL | 39.1º | 0.87% | 0.4% | - |
| HSV(B) | 39.1º | 0.93% | 0.75% | - |
| XYZ | 29.41 | 26.81 | 4 | - |
| YUV | 134.31 | 59.54 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 129 | 13 | 0 | 0.32 | 0.93 | 0.25 | 39.1 | 0.87 | 0.4 |
| Hex | BF | 81 | D | 0 | 20 | 5D | 19 | 27 | 57 | 28 |
| Octal | 277 | 201 | 15 | 0 | 40 | 135 | 31 | 47 | 127 | 50 |
| Binary | 10111111 | 10000001 | 1101 | 0 | 100000 | 1011101 | 11001 | 100111 | 1010111 | 101000 |
Color Harmonies of #BF810D
Complementary color
Monochromatic Colors of #BF810D
Black with #BF810D
Text Example
Text Example
White with #BF810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF810D; }
p { color: rgb(191,129,13); }
H1.HeaderClassName
{
color: #BF810D;
}
.AnyTagClassName
{
color: #BF810D;
}
</style>
background-color css
<style>
a { background-color: #BF810D; }
a { background-color: rgb(191,129,13); }
div.DivClassName
{
background-color: #BF810D;
}
.BgClassName
{
background-color: #BF810D;
}
</style>
border-color css
<style>
span { border-color: #BF810D; }
span { border-color: rgb(191,129,13); }
td.TdClassName
{
border-color: #BF810D;
}
.TagClassName
{
border-color: #BF810D;
}
</style>