Shades of Dark Goldenrod #BF800D
Tints of Dark Goldenrod #BF800D
RGB
CMYK
RGB Variations
Color information
#BF800D (or 0xBF800D) is known color: Dark Goldenrod. HEX triplet: BF, 80 and 0D. RGB value is (191,128,13). Sum of RGB (Red+Green+Blue) = 191+128+13=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF800D is #407FF2. Grayscale: #868686. Windows color (decimal): -4227059 or 884927. OLE color: 884927.
HSL color Cylindrical-coordinate representation of color #BF800D: hue angle of 38.76º 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 #BF800D is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 128 | 13 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.25 |
| HSL | 38.76º | 0.87% | 0.4% | - |
| HSV(B) | 38.76º | 0.93% | 0.75% | - |
| XYZ | 29.28 | 26.54 | 3.96 | - |
| YUV | 133.73 | 59.87 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 13 | 0 | 0.33 | 0.93 | 0.25 | 38.76 | 0.87 | 0.4 |
| Hex | BF | 80 | D | 0 | 21 | 5D | 19 | 27 | 57 | 28 |
| Octal | 277 | 200 | 15 | 0 | 41 | 135 | 31 | 47 | 127 | 50 |
| Binary | 10111111 | 10000000 | 1101 | 0 | 100001 | 1011101 | 11001 | 100111 | 1010111 | 101000 |
Color Harmonies of #BF800D
Complementary color
Monochromatic Colors of #BF800D
Black with #BF800D
Text Example
Text Example
White with #BF800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF800D; }
p { color: rgb(191,128,13); }
H1.HeaderClassName
{
color: #BF800D;
}
.AnyTagClassName
{
color: #BF800D;
}
</style>
background-color css
<style>
a { background-color: #BF800D; }
a { background-color: rgb(191,128,13); }
div.DivClassName
{
background-color: #BF800D;
}
.BgClassName
{
background-color: #BF800D;
}
</style>
border-color css
<style>
span { border-color: #BF800D; }
span { border-color: rgb(191,128,13); }
td.TdClassName
{
border-color: #BF800D;
}
.TagClassName
{
border-color: #BF800D;
}
</style>