Shades of Dark Goldenrod #BD8404
Tints of Dark Goldenrod #BD8404
RGB
CMYK
RGB Variations
Color information
#BD8404 (or 0xBD8404) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 04. RGB value is (189,132,4). Sum of RGB (Red+Green+Blue) = 189+132+4=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8404 is #427BFB. Grayscale: #878787. Windows color (decimal): -4357116 or 296125. OLE color: 296125.
HSL color Cylindrical-coordinate representation of color #BD8404: hue angle of 41.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD8404 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.26 |
| HSL | 41.51º | 0.96% | 0.38% | - |
| HSV(B) | 41.51º | 0.98% | 0.74% | - |
| XYZ | 29.26 | 27.33 | 3.85 | - |
| YUV | 134.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 4 | 0 | 0.30 | 0.98 | 0.26 | 41.51 | 0.96 | 0.38 |
| Hex | BD | 84 | 4 | 0 | 1E | 62 | 1A | 2A | 60 | 26 |
| Octal | 275 | 204 | 4 | 0 | 36 | 142 | 32 | 52 | 140 | 46 |
| Binary | 10111101 | 10000100 | 100 | 0 | 11110 | 1100010 | 11010 | 101010 | 1100000 | 100110 |
Color Harmonies of #BD8404
Complementary color
Monochromatic Colors of #BD8404
Black with #BD8404
Text Example
Text Example
White with #BD8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8404; }
p { color: rgb(189,132,4); }
H1.HeaderClassName
{
color: #BD8404;
}
.AnyTagClassName
{
color: #BD8404;
}
</style>
background-color css
<style>
a { background-color: #BD8404; }
a { background-color: rgb(189,132,4); }
div.DivClassName
{
background-color: #BD8404;
}
.BgClassName
{
background-color: #BD8404;
}
</style>
border-color css
<style>
span { border-color: #BD8404; }
span { border-color: rgb(189,132,4); }
td.TdClassName
{
border-color: #BD8404;
}
.TagClassName
{
border-color: #BD8404;
}
</style>