Shades of Dark Goldenrod #BD8304
Tints of Dark Goldenrod #BD8304
RGB
CMYK
RGB Variations
Color information
#BD8304 (or 0xBD8304) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 04. RGB value is (189,131,4). Sum of RGB (Red+Green+Blue) = 189+131+4=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8304 is #427CFB. Grayscale: #868686. Windows color (decimal): -4357372 or 295869. OLE color: 295869.
HSL color Cylindrical-coordinate representation of color #BD8304: hue angle of 41.19º degrees, saturation: 0.96, 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 #BD8304 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.26 |
| HSL | 41.19º | 0.96% | 0.38% | - |
| HSV(B) | 41.19º | 0.98% | 0.74% | - |
| XYZ | 29.12 | 27.06 | 3.8 | - |
| YUV | 133.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 4 | 0 | 0.31 | 0.98 | 0.26 | 41.19 | 0.96 | 0.38 |
| Hex | BD | 83 | 4 | 0 | 1F | 62 | 1A | 29 | 60 | 26 |
| Octal | 275 | 203 | 4 | 0 | 37 | 142 | 32 | 51 | 140 | 46 |
| Binary | 10111101 | 10000011 | 100 | 0 | 11111 | 1100010 | 11010 | 101001 | 1100000 | 100110 |
Color Harmonies of #BD8304
Complementary color
Monochromatic Colors of #BD8304
Black with #BD8304
Text Example
Text Example
White with #BD8304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8304; }
p { color: rgb(189,131,4); }
H1.HeaderClassName
{
color: #BD8304;
}
.AnyTagClassName
{
color: #BD8304;
}
</style>
background-color css
<style>
a { background-color: #BD8304; }
a { background-color: rgb(189,131,4); }
div.DivClassName
{
background-color: #BD8304;
}
.BgClassName
{
background-color: #BD8304;
}
</style>
border-color css
<style>
span { border-color: #BD8304; }
span { border-color: rgb(189,131,4); }
td.TdClassName
{
border-color: #BD8304;
}
.TagClassName
{
border-color: #BD8304;
}
</style>