Shades of Dark Goldenrod #BD9609
Tints of Dark Goldenrod #BD9609
RGB
CMYK
RGB Variations
Color information
#BD9609 (or 0xBD9609) is known color: Dark Goldenrod. HEX triplet: BD, 96 and 09. RGB value is (189,150,9). Sum of RGB (Red+Green+Blue) = 189+150+9=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9609 is #4269F6. Grayscale: #929292. Windows color (decimal): -4352503 or 628413. OLE color: 628413.
HSL color Cylindrical-coordinate representation of color #BD9609: hue angle of 47º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD9609 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 9 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.26 |
| HSL | 47º | 0.91% | 0.39% | - |
| HSV(B) | 47º | 0.95% | 0.74% | - |
| XYZ | 31.94 | 32.65 | 4.88 | - |
| YUV | 145.59 | 50.92 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 9 | 0 | 0.21 | 0.95 | 0.26 | 47 | 0.91 | 0.39 |
| Hex | BD | 96 | 9 | 0 | 15 | 5F | 1A | 2F | 5B | 27 |
| Octal | 275 | 226 | 11 | 0 | 25 | 137 | 32 | 57 | 133 | 47 |
| Binary | 10111101 | 10010110 | 1001 | 0 | 10101 | 1011111 | 11010 | 101111 | 1011011 | 100111 |
Color Harmonies of #BD9609
Complementary color
Monochromatic Colors of #BD9609
Black with #BD9609
Text Example
Text Example
White with #BD9609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9609; }
p { color: rgb(189,150,9); }
H1.HeaderClassName
{
color: #BD9609;
}
.AnyTagClassName
{
color: #BD9609;
}
</style>
background-color css
<style>
a { background-color: #BD9609; }
a { background-color: rgb(189,150,9); }
div.DivClassName
{
background-color: #BD9609;
}
.BgClassName
{
background-color: #BD9609;
}
</style>
border-color css
<style>
span { border-color: #BD9609; }
span { border-color: rgb(189,150,9); }
td.TdClassName
{
border-color: #BD9609;
}
.TagClassName
{
border-color: #BD9609;
}
</style>