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