Shades of Dark Goldenrod #BD8918
Tints of Dark Goldenrod #BD8918
RGB
CMYK
RGB Variations
Color information
#BD8918 (or 0xBD8918) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 18. RGB value is (189,137,24). Sum of RGB (Red+Green+Blue) = 189+137+24=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8918 is #4276E7. Grayscale: #8C8C8C. Windows color (decimal): -4355816 or 1608125. OLE color: 1608125.
HSL color Cylindrical-coordinate representation of color #BD8918: hue angle of 41.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD8918 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 24 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.26 |
| HSL | 41.09º | 0.77% | 0.42% | - |
| HSV(B) | 41.09º | 0.87% | 0.74% | - |
| XYZ | 30.1 | 28.78 | 4.83 | - |
| YUV | 139.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 24 | 0 | 0.28 | 0.87 | 0.26 | 41.09 | 0.77 | 0.42 |
| Hex | BD | 89 | 18 | 0 | 1C | 57 | 1A | 29 | 4D | 2A |
| Octal | 275 | 211 | 30 | 0 | 34 | 127 | 32 | 51 | 115 | 52 |
| Binary | 10111101 | 10001001 | 11000 | 0 | 11100 | 1010111 | 11010 | 101001 | 1001101 | 101010 |
Color Harmonies of #BD8918
Complementary color
Monochromatic Colors of #BD8918
Black with #BD8918
Text Example
Text Example
White with #BD8918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8918; }
p { color: rgb(189,137,24); }
H1.HeaderClassName
{
color: #BD8918;
}
.AnyTagClassName
{
color: #BD8918;
}
</style>
background-color css
<style>
a { background-color: #BD8918; }
a { background-color: rgb(189,137,24); }
div.DivClassName
{
background-color: #BD8918;
}
.BgClassName
{
background-color: #BD8918;
}
</style>
border-color css
<style>
span { border-color: #BD8918; }
span { border-color: rgb(189,137,24); }
td.TdClassName
{
border-color: #BD8918;
}
.TagClassName
{
border-color: #BD8918;
}
</style>