Shades of Dark Goldenrod #BD8414
Tints of Dark Goldenrod #BD8414
RGB
CMYK
RGB Variations
Color information
#BD8414 (or 0xBD8414) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 14. RGB value is (189,132,20). Sum of RGB (Red+Green+Blue) = 189+132+20=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8414 is #427BEB. Grayscale: #888888. Windows color (decimal): -4357100 or 1344701. OLE color: 1344701.
HSL color Cylindrical-coordinate representation of color #BD8414: hue angle of 39.76º 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 #BD8414 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 20 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.26 |
| HSL | 39.76º | 0.81% | 0.41% | - |
| HSV(B) | 39.76º | 0.89% | 0.74% | - |
| XYZ | 29.36 | 27.37 | 4.4 | - |
| YUV | 136.28 | 62.38 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 20 | 0 | 0.30 | 0.89 | 0.26 | 39.76 | 0.81 | 0.41 |
| Hex | BD | 84 | 14 | 0 | 1E | 59 | 1A | 28 | 51 | 29 |
| Octal | 275 | 204 | 24 | 0 | 36 | 131 | 32 | 50 | 121 | 51 |
| Binary | 10111101 | 10000100 | 10100 | 0 | 11110 | 1011001 | 11010 | 101000 | 1010001 | 101001 |
Color Harmonies of #BD8414
Complementary color
Monochromatic Colors of #BD8414
Black with #BD8414
Text Example
Text Example
White with #BD8414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8414; }
p { color: rgb(189,132,20); }
H1.HeaderClassName
{
color: #BD8414;
}
.AnyTagClassName
{
color: #BD8414;
}
</style>
background-color css
<style>
a { background-color: #BD8414; }
a { background-color: rgb(189,132,20); }
div.DivClassName
{
background-color: #BD8414;
}
.BgClassName
{
background-color: #BD8414;
}
</style>
border-color css
<style>
span { border-color: #BD8414; }
span { border-color: rgb(189,132,20); }
td.TdClassName
{
border-color: #BD8414;
}
.TagClassName
{
border-color: #BD8414;
}
</style>