Shades of Dark Goldenrod #BD8917
Tints of Dark Goldenrod #BD8917
RGB
CMYK
RGB Variations
Color information
#BD8917 (or 0xBD8917) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 17. RGB value is (189,137,23). Sum of RGB (Red+Green+Blue) = 189+137+23=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8917 is #4276E8. Grayscale: #8C8C8C. Windows color (decimal): -4355817 or 1542589. OLE color: 1542589.
HSL color Cylindrical-coordinate representation of color #BD8917: hue angle of 41.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD8917 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 23 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.26 |
| HSL | 41.2º | 0.78% | 0.42% | - |
| HSV(B) | 41.2º | 0.88% | 0.74% | - |
| XYZ | 30.09 | 28.77 | 4.78 | - |
| YUV | 139.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 23 | 0 | 0.28 | 0.88 | 0.26 | 41.2 | 0.78 | 0.42 |
| Hex | BD | 89 | 17 | 0 | 1C | 58 | 1A | 29 | 4E | 2A |
| Octal | 275 | 211 | 27 | 0 | 34 | 130 | 32 | 51 | 116 | 52 |
| Binary | 10111101 | 10001001 | 10111 | 0 | 11100 | 1011000 | 11010 | 101001 | 1001110 | 101010 |
Color Harmonies of #BD8917
Complementary color
Monochromatic Colors of #BD8917
Black with #BD8917
Text Example
Text Example
White with #BD8917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8917; }
p { color: rgb(189,137,23); }
H1.HeaderClassName
{
color: #BD8917;
}
.AnyTagClassName
{
color: #BD8917;
}
</style>
background-color css
<style>
a { background-color: #BD8917; }
a { background-color: rgb(189,137,23); }
div.DivClassName
{
background-color: #BD8917;
}
.BgClassName
{
background-color: #BD8917;
}
</style>
border-color css
<style>
span { border-color: #BD8917; }
span { border-color: rgb(189,137,23); }
td.TdClassName
{
border-color: #BD8917;
}
.TagClassName
{
border-color: #BD8917;
}
</style>