Shades of Dark Goldenrod #BD9608
Tints of Dark Goldenrod #BD9608
RGB
CMYK
RGB Variations
Color information
#BD9608 (or 0xBD9608) is known color: Dark Goldenrod. HEX triplet: BD, 96 and 08. RGB value is (189,150,8). Sum of RGB (Red+Green+Blue) = 189+150+8=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9608 is #4269F7. Grayscale: #929292. Windows color (decimal): -4352504 or 562877. OLE color: 562877.
HSL color Cylindrical-coordinate representation of color #BD9608: hue angle of 47.07º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD9608 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.26 |
| HSL | 47.07º | 0.92% | 0.39% | - |
| HSV(B) | 47.07º | 0.96% | 0.74% | - |
| XYZ | 31.94 | 32.65 | 4.85 | - |
| YUV | 145.47 | 50.42 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 8 | 0 | 0.21 | 0.96 | 0.26 | 47.07 | 0.92 | 0.39 |
| Hex | BD | 96 | 8 | 0 | 15 | 60 | 1A | 2F | 5C | 27 |
| Octal | 275 | 226 | 10 | 0 | 25 | 140 | 32 | 57 | 134 | 47 |
| Binary | 10111101 | 10010110 | 1000 | 0 | 10101 | 1100000 | 11010 | 101111 | 1011100 | 100111 |
Color Harmonies of #BD9608
Complementary color
Monochromatic Colors of #BD9608
Black with #BD9608
Text Example
Text Example
White with #BD9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9608; }
p { color: rgb(189,150,8); }
H1.HeaderClassName
{
color: #BD9608;
}
.AnyTagClassName
{
color: #BD9608;
}
</style>
background-color css
<style>
a { background-color: #BD9608; }
a { background-color: rgb(189,150,8); }
div.DivClassName
{
background-color: #BD9608;
}
.BgClassName
{
background-color: #BD9608;
}
</style>
border-color css
<style>
span { border-color: #BD9608; }
span { border-color: rgb(189,150,8); }
td.TdClassName
{
border-color: #BD9608;
}
.TagClassName
{
border-color: #BD9608;
}
</style>