Shades of Dark Goldenrod #BD840E
Tints of Dark Goldenrod #BD840E
RGB
CMYK
RGB Variations
Color information
#BD840E (or 0xBD840E) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 0E. RGB value is (189,132,14). Sum of RGB (Red+Green+Blue) = 189+132+14=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD840E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD840E is #427BF1. Grayscale: #888888. Windows color (decimal): -4357106 or 951485. OLE color: 951485.
HSL color Cylindrical-coordinate representation of color #BD840E: hue angle of 40.46º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD840E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 14 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.26 |
| HSL | 40.46º | 0.86% | 0.4% | - |
| HSV(B) | 40.46º | 0.93% | 0.74% | - |
| XYZ | 29.32 | 27.35 | 4.15 | - |
| YUV | 135.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 14 | 0 | 0.30 | 0.93 | 0.26 | 40.46 | 0.86 | 0.4 |
| Hex | BD | 84 | E | 0 | 1E | 5D | 1A | 28 | 56 | 28 |
| Octal | 275 | 204 | 16 | 0 | 36 | 135 | 32 | 50 | 126 | 50 |
| Binary | 10111101 | 10000100 | 1110 | 0 | 11110 | 1011101 | 11010 | 101000 | 1010110 | 101000 |
Color Harmonies of #BD840E
Complementary color
Monochromatic Colors of #BD840E
Black with #BD840E
Text Example
Text Example
White with #BD840E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD840E; }
p { color: rgb(189,132,14); }
H1.HeaderClassName
{
color: #BD840E;
}
.AnyTagClassName
{
color: #BD840E;
}
</style>
background-color css
<style>
a { background-color: #BD840E; }
a { background-color: rgb(189,132,14); }
div.DivClassName
{
background-color: #BD840E;
}
.BgClassName
{
background-color: #BD840E;
}
</style>
border-color css
<style>
span { border-color: #BD840E; }
span { border-color: rgb(189,132,14); }
td.TdClassName
{
border-color: #BD840E;
}
.TagClassName
{
border-color: #BD840E;
}
</style>