Shades of Dark Goldenrod #BD7603
Tints of Dark Goldenrod #BD7603
RGB
CMYK
RGB Variations
Color information
#BD7603 (or 0xBD7603) is known color: Dark Goldenrod. HEX triplet: BD, 76 and 03. RGB value is (189,118,3). Sum of RGB (Red+Green+Blue) = 189+118+3=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7603 is #4289FC. Grayscale: #7E7E7E. Windows color (decimal): -4360701 or 227005. OLE color: 227005.
HSL color Cylindrical-coordinate representation of color #BD7603: hue angle of 37.1º degrees, saturation: 0.97, 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 #BD7603 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.26 |
| HSL | 37.1º | 0.97% | 0.38% | - |
| HSV(B) | 37.1º | 0.98% | 0.74% | - |
| XYZ | 27.48 | 23.78 | 3.23 | - |
| YUV | 126.12 | 58.52 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 3 | 0 | 0.38 | 0.98 | 0.26 | 37.1 | 0.97 | 0.38 |
| Hex | BD | 76 | 3 | 0 | 26 | 62 | 1A | 25 | 61 | 26 |
| Octal | 275 | 166 | 3 | 0 | 46 | 142 | 32 | 45 | 141 | 46 |
| Binary | 10111101 | 1110110 | 11 | 0 | 100110 | 1100010 | 11010 | 100101 | 1100001 | 100110 |
Color Harmonies of #BD7603
Complementary color
Monochromatic Colors of #BD7603
Black with #BD7603
Text Example
Text Example
White with #BD7603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7603; }
p { color: rgb(189,118,3); }
H1.HeaderClassName
{
color: #BD7603;
}
.AnyTagClassName
{
color: #BD7603;
}
</style>
background-color css
<style>
a { background-color: #BD7603; }
a { background-color: rgb(189,118,3); }
div.DivClassName
{
background-color: #BD7603;
}
.BgClassName
{
background-color: #BD7603;
}
</style>
border-color css
<style>
span { border-color: #BD7603; }
span { border-color: rgb(189,118,3); }
td.TdClassName
{
border-color: #BD7603;
}
.TagClassName
{
border-color: #BD7603;
}
</style>