Shades of Dark Goldenrod #BD8014
Tints of Dark Goldenrod #BD8014
RGB
CMYK
RGB Variations
Color information
#BD8014 (or 0xBD8014) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 14. RGB value is (189,128,20). Sum of RGB (Red+Green+Blue) = 189+128+20=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8014 is #427FEB. Grayscale: #868686. Windows color (decimal): -4358124 or 1343677. OLE color: 1343677.
HSL color Cylindrical-coordinate representation of color #BD8014: hue angle of 38.34º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD8014 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 20 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.26 |
| HSL | 38.34º | 0.81% | 0.41% | - |
| HSV(B) | 38.34º | 0.89% | 0.74% | - |
| XYZ | 28.83 | 26.31 | 4.22 | - |
| YUV | 133.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 20 | 0 | 0.32 | 0.89 | 0.26 | 38.34 | 0.81 | 0.41 |
| Hex | BD | 80 | 14 | 0 | 20 | 59 | 1A | 26 | 51 | 29 |
| Octal | 275 | 200 | 24 | 0 | 40 | 131 | 32 | 46 | 121 | 51 |
| Binary | 10111101 | 10000000 | 10100 | 0 | 100000 | 1011001 | 11010 | 100110 | 1010001 | 101001 |
Color Harmonies of #BD8014
Complementary color
Monochromatic Colors of #BD8014
Black with #BD8014
Text Example
Text Example
White with #BD8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8014; }
p { color: rgb(189,128,20); }
H1.HeaderClassName
{
color: #BD8014;
}
.AnyTagClassName
{
color: #BD8014;
}
</style>
background-color css
<style>
a { background-color: #BD8014; }
a { background-color: rgb(189,128,20); }
div.DivClassName
{
background-color: #BD8014;
}
.BgClassName
{
background-color: #BD8014;
}
</style>
border-color css
<style>
span { border-color: #BD8014; }
span { border-color: rgb(189,128,20); }
td.TdClassName
{
border-color: #BD8014;
}
.TagClassName
{
border-color: #BD8014;
}
</style>