Shades of Dark Goldenrod #BD7404
Tints of Dark Goldenrod #BD7404
RGB
CMYK
RGB Variations
Color information
#BD7404 (or 0xBD7404) is known color: Dark Goldenrod. HEX triplet: BD, 74 and 04. RGB value is (189,116,4). Sum of RGB (Red+Green+Blue) = 189+116+4=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7404 is #428BFB. Grayscale: #7D7D7D. Windows color (decimal): -4361212 or 292029. OLE color: 292029.
HSL color Cylindrical-coordinate representation of color #BD7404: hue angle of 36.32º 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 #BD7404 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.26 |
| HSL | 36.32º | 0.96% | 0.38% | - |
| HSV(B) | 36.32º | 0.98% | 0.74% | - |
| XYZ | 27.25 | 23.32 | 3.18 | - |
| YUV | 125.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 4 | 0 | 0.39 | 0.98 | 0.26 | 36.32 | 0.96 | 0.38 |
| Hex | BD | 74 | 4 | 0 | 27 | 62 | 1A | 24 | 60 | 26 |
| Octal | 275 | 164 | 4 | 0 | 47 | 142 | 32 | 44 | 140 | 46 |
| Binary | 10111101 | 1110100 | 100 | 0 | 100111 | 1100010 | 11010 | 100100 | 1100000 | 100110 |
Color Harmonies of #BD7404
Complementary color
Monochromatic Colors of #BD7404
Black with #BD7404
Text Example
Text Example
White with #BD7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7404; }
p { color: rgb(189,116,4); }
H1.HeaderClassName
{
color: #BD7404;
}
.AnyTagClassName
{
color: #BD7404;
}
</style>
background-color css
<style>
a { background-color: #BD7404; }
a { background-color: rgb(189,116,4); }
div.DivClassName
{
background-color: #BD7404;
}
.BgClassName
{
background-color: #BD7404;
}
</style>
border-color css
<style>
span { border-color: #BD7404; }
span { border-color: rgb(189,116,4); }
td.TdClassName
{
border-color: #BD7404;
}
.TagClassName
{
border-color: #BD7404;
}
</style>