Shades of Dark Goldenrod #BD9904
Tints of Dark Goldenrod #BD9904
RGB
CMYK
RGB Variations
Color information
#BD9904 (or 0xBD9904) is known color: Dark Goldenrod. HEX triplet: BD, 99 and 04. RGB value is (189,153,4). Sum of RGB (Red+Green+Blue) = 189+153+4=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9904 is #4266FB. Grayscale: #939393. Windows color (decimal): -4351740 or 301501. OLE color: 301501.
HSL color Cylindrical-coordinate representation of color #BD9904: hue angle of 48.32º 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 #BD9904 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.26 |
| HSL | 48.32º | 0.96% | 0.38% | - |
| HSV(B) | 48.32º | 0.98% | 0.74% | - |
| XYZ | 32.4 | 33.61 | 4.89 | - |
| YUV | 146.78 | 47.43 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 4 | 0 | 0.19 | 0.98 | 0.26 | 48.32 | 0.96 | 0.38 |
| Hex | BD | 99 | 4 | 0 | 13 | 62 | 1A | 30 | 60 | 26 |
| Octal | 275 | 231 | 4 | 0 | 23 | 142 | 32 | 60 | 140 | 46 |
| Binary | 10111101 | 10011001 | 100 | 0 | 10011 | 1100010 | 11010 | 110000 | 1100000 | 100110 |
Color Harmonies of #BD9904
Complementary color
Monochromatic Colors of #BD9904
Black with #BD9904
Text Example
Text Example
White with #BD9904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9904; }
p { color: rgb(189,153,4); }
H1.HeaderClassName
{
color: #BD9904;
}
.AnyTagClassName
{
color: #BD9904;
}
</style>
background-color css
<style>
a { background-color: #BD9904; }
a { background-color: rgb(189,153,4); }
div.DivClassName
{
background-color: #BD9904;
}
.BgClassName
{
background-color: #BD9904;
}
</style>
border-color css
<style>
span { border-color: #BD9904; }
span { border-color: rgb(189,153,4); }
td.TdClassName
{
border-color: #BD9904;
}
.TagClassName
{
border-color: #BD9904;
}
</style>