Shades of Dark Goldenrod #BD9606
Tints of Dark Goldenrod #BD9606
RGB
CMYK
RGB Variations
Color information
#BD9606 (or 0xBD9606) is known color: Dark Goldenrod. HEX triplet: BD, 96 and 06. RGB value is (189,150,6). Sum of RGB (Red+Green+Blue) = 189+150+6=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9606 is #4269F9. Grayscale: #919191. Windows color (decimal): -4352506 or 431805. OLE color: 431805.
HSL color Cylindrical-coordinate representation of color #BD9606: hue angle of 47.21º degrees, saturation: 0.94, 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 #BD9606 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.26 |
| HSL | 47.21º | 0.94% | 0.38% | - |
| HSV(B) | 47.21º | 0.97% | 0.74% | - |
| XYZ | 31.93 | 32.64 | 4.79 | - |
| YUV | 145.25 | 49.42 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 6 | 0 | 0.21 | 0.97 | 0.26 | 47.21 | 0.94 | 0.38 |
| Hex | BD | 96 | 6 | 0 | 15 | 61 | 1A | 2F | 5E | 26 |
| Octal | 275 | 226 | 6 | 0 | 25 | 141 | 32 | 57 | 136 | 46 |
| Binary | 10111101 | 10010110 | 110 | 0 | 10101 | 1100001 | 11010 | 101111 | 1011110 | 100110 |
Color Harmonies of #BD9606
Complementary color
Monochromatic Colors of #BD9606
Black with #BD9606
Text Example
Text Example
White with #BD9606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9606; }
p { color: rgb(189,150,6); }
H1.HeaderClassName
{
color: #BD9606;
}
.AnyTagClassName
{
color: #BD9606;
}
</style>
background-color css
<style>
a { background-color: #BD9606; }
a { background-color: rgb(189,150,6); }
div.DivClassName
{
background-color: #BD9606;
}
.BgClassName
{
background-color: #BD9606;
}
</style>
border-color css
<style>
span { border-color: #BD9606; }
span { border-color: rgb(189,150,6); }
td.TdClassName
{
border-color: #BD9606;
}
.TagClassName
{
border-color: #BD9606;
}
</style>