Shades of Dark Goldenrod #BD7300
Tints of Dark Goldenrod #BD7300
RGB
CMYK
RGB Variations
Color information
#BD7300 (or 0xBD7300) is known color: Dark Goldenrod. HEX triplet: BD, 73 and 00. RGB value is (189,115,0). Sum of RGB (Red+Green+Blue) = 189+115+0=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7300 is #428CFF. Grayscale: #7C7C7C. Windows color (decimal): -4361472 or 29629. OLE color: 29629.
HSL color Cylindrical-coordinate representation of color #BD7300: hue angle of 36.51º 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 #BD7300 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.26 |
| HSL | 36.51º | 1% | 0.37% | - |
| HSV(B) | 36.51º | 1% | 0.74% | - |
| XYZ | 27.12 | 23.08 | 3.03 | - |
| YUV | 124.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 0 | 0 | 0.39 | 1 | 0.26 | 36.51 | 1 | 0.37 |
| Hex | BD | 73 | 0 | 0 | 27 | 64 | 1A | 25 | 64 | 25 |
| Octal | 275 | 163 | 0 | 0 | 47 | 144 | 32 | 45 | 144 | 45 |
| Binary | 10111101 | 1110011 | 0 | 0 | 100111 | 1100100 | 11010 | 100101 | 1100100 | 100101 |
Color Harmonies of #BD7300
Complementary color
Monochromatic Colors of #BD7300
Black with #BD7300
Text Example
Text Example
White with #BD7300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7300; }
p { color: rgb(189,115,0); }
H1.HeaderClassName
{
color: #BD7300;
}
.AnyTagClassName
{
color: #BD7300;
}
</style>
background-color css
<style>
a { background-color: #BD7300; }
a { background-color: rgb(189,115,0); }
div.DivClassName
{
background-color: #BD7300;
}
.BgClassName
{
background-color: #BD7300;
}
</style>
border-color css
<style>
span { border-color: #BD7300; }
span { border-color: rgb(189,115,0); }
td.TdClassName
{
border-color: #BD7300;
}
.TagClassName
{
border-color: #BD7300;
}
</style>