Shades of Dark Goldenrod #BD7400
Tints of Dark Goldenrod #BD7400
RGB
CMYK
RGB Variations
Color information
#BD7400 (or 0xBD7400) is known color: Dark Goldenrod. HEX triplet: BD, 74 and 00. RGB value is (189,116,0). Sum of RGB (Red+Green+Blue) = 189+116+0=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7400 is #428BFF. Grayscale: #7D7D7D. Windows color (decimal): -4361216 or 29885. OLE color: 29885.
HSL color Cylindrical-coordinate representation of color #BD7400: hue angle of 36.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD7400 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.26 |
| HSL | 36.83º | 1% | 0.37% | - |
| HSV(B) | 36.83º | 1% | 0.74% | - |
| XYZ | 27.23 | 23.31 | 3.06 | - |
| YUV | 124.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 0 | 0 | 0.39 | 1 | 0.26 | 36.83 | 1 | 0.37 |
| Hex | BD | 74 | 0 | 0 | 27 | 64 | 1A | 25 | 64 | 25 |
| Octal | 275 | 164 | 0 | 0 | 47 | 144 | 32 | 45 | 144 | 45 |
| Binary | 10111101 | 1110100 | 0 | 0 | 100111 | 1100100 | 11010 | 100101 | 1100100 | 100101 |
Color Harmonies of #BD7400
Complementary color
Monochromatic Colors of #BD7400
Black with #BD7400
Text Example
Text Example
White with #BD7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7400; }
p { color: rgb(189,116,0); }
H1.HeaderClassName
{
color: #BD7400;
}
.AnyTagClassName
{
color: #BD7400;
}
</style>
background-color css
<style>
a { background-color: #BD7400; }
a { background-color: rgb(189,116,0); }
div.DivClassName
{
background-color: #BD7400;
}
.BgClassName
{
background-color: #BD7400;
}
</style>
border-color css
<style>
span { border-color: #BD7400; }
span { border-color: rgb(189,116,0); }
td.TdClassName
{
border-color: #BD7400;
}
.TagClassName
{
border-color: #BD7400;
}
</style>