Shades of Dark Goldenrod #BD9505
Tints of Dark Goldenrod #BD9505
RGB
CMYK
RGB Variations
Color information
#BD9505 (or 0xBD9505) is known color: Dark Goldenrod. HEX triplet: BD, 95 and 05. RGB value is (189,149,5). Sum of RGB (Red+Green+Blue) = 189+149+5=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9505 is #426AFA. Grayscale: #919191. Windows color (decimal): -4352763 or 366013. OLE color: 366013.
HSL color Cylindrical-coordinate representation of color #BD9505: hue angle of 46.96º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD9505 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 149 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.26 |
| HSL | 46.96º | 0.95% | 0.38% | - |
| HSV(B) | 46.96º | 0.97% | 0.74% | - |
| XYZ | 31.76 | 32.32 | 4.71 | - |
| YUV | 144.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 5 | 0 | 0.21 | 0.97 | 0.26 | 46.96 | 0.95 | 0.38 |
| Hex | BD | 95 | 5 | 0 | 15 | 61 | 1A | 2F | 5F | 26 |
| Octal | 275 | 225 | 5 | 0 | 25 | 141 | 32 | 57 | 137 | 46 |
| Binary | 10111101 | 10010101 | 101 | 0 | 10101 | 1100001 | 11010 | 101111 | 1011111 | 100110 |
Color Harmonies of #BD9505
Complementary color
Monochromatic Colors of #BD9505
Black with #BD9505
Text Example
Text Example
White with #BD9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9505; }
p { color: rgb(189,149,5); }
H1.HeaderClassName
{
color: #BD9505;
}
.AnyTagClassName
{
color: #BD9505;
}
</style>
background-color css
<style>
a { background-color: #BD9505; }
a { background-color: rgb(189,149,5); }
div.DivClassName
{
background-color: #BD9505;
}
.BgClassName
{
background-color: #BD9505;
}
</style>
border-color css
<style>
span { border-color: #BD9505; }
span { border-color: rgb(189,149,5); }
td.TdClassName
{
border-color: #BD9505;
}
.TagClassName
{
border-color: #BD9505;
}
</style>