Shades of Dark Goldenrod #BD8600
Tints of Dark Goldenrod #BD8600
RGB
CMYK
RGB Variations
Color information
#BD8600 (or 0xBD8600) is known color: Dark Goldenrod. HEX triplet: BD, 86 and 00. RGB value is (189,134,0). Sum of RGB (Red+Green+Blue) = 189+134+0=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8600 is #4279FF. Grayscale: #878787. Windows color (decimal): -4356608 or 34493. OLE color: 34493.
HSL color Cylindrical-coordinate representation of color #BD8600: hue angle of 42.54º 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 #BD8600 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 134 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.26 |
| HSL | 42.54º | 1% | 0.37% | - |
| HSV(B) | 42.54º | 1% | 0.74% | - |
| XYZ | 29.51 | 27.87 | 3.82 | - |
| YUV | 135.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 0 | 0 | 0.29 | 1 | 0.26 | 42.54 | 1 | 0.37 |
| Hex | BD | 86 | 0 | 0 | 1D | 64 | 1A | 2B | 64 | 25 |
| Octal | 275 | 206 | 0 | 0 | 35 | 144 | 32 | 53 | 144 | 45 |
| Binary | 10111101 | 10000110 | 0 | 0 | 11101 | 1100100 | 11010 | 101011 | 1100100 | 100101 |
Color Harmonies of #BD8600
Complementary color
Monochromatic Colors of #BD8600
Black with #BD8600
Text Example
Text Example
White with #BD8600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8600; }
p { color: rgb(189,134,0); }
H1.HeaderClassName
{
color: #BD8600;
}
.AnyTagClassName
{
color: #BD8600;
}
</style>
background-color css
<style>
a { background-color: #BD8600; }
a { background-color: rgb(189,134,0); }
div.DivClassName
{
background-color: #BD8600;
}
.BgClassName
{
background-color: #BD8600;
}
</style>
border-color css
<style>
span { border-color: #BD8600; }
span { border-color: rgb(189,134,0); }
td.TdClassName
{
border-color: #BD8600;
}
.TagClassName
{
border-color: #BD8600;
}
</style>