Shades of Dark Goldenrod #BD8F09
Tints of Dark Goldenrod #BD8F09
RGB
CMYK
RGB Variations
Color information
#BD8F09 (or 0xBD8F09) is known color: Dark Goldenrod. HEX triplet: BD, 8F and 09. RGB value is (189,143,9). Sum of RGB (Red+Green+Blue) = 189+143+9=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8F09 is #4270F6. Grayscale: #8E8E8E. Windows color (decimal): -4354295 or 626621. OLE color: 626621.
HSL color Cylindrical-coordinate representation of color #BD8F09: hue angle of 44.67º 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 #BD8F09 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.26 |
| HSL | 44.67º | 0.91% | 0.39% | - |
| HSV(B) | 44.67º | 0.95% | 0.74% | - |
| XYZ | 30.86 | 30.48 | 4.52 | - |
| YUV | 141.48 | 53.24 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 9 | 0 | 0.24 | 0.95 | 0.26 | 44.67 | 0.91 | 0.39 |
| Hex | BD | 8F | 9 | 0 | 18 | 5F | 1A | 2D | 5B | 27 |
| Octal | 275 | 217 | 11 | 0 | 30 | 137 | 32 | 55 | 133 | 47 |
| Binary | 10111101 | 10001111 | 1001 | 0 | 11000 | 1011111 | 11010 | 101101 | 1011011 | 100111 |
Color Harmonies of #BD8F09
Complementary color
Monochromatic Colors of #BD8F09
Black with #BD8F09
Text Example
Text Example
White with #BD8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F09; }
p { color: rgb(189,143,9); }
H1.HeaderClassName
{
color: #BD8F09;
}
.AnyTagClassName
{
color: #BD8F09;
}
</style>
background-color css
<style>
a { background-color: #BD8F09; }
a { background-color: rgb(189,143,9); }
div.DivClassName
{
background-color: #BD8F09;
}
.BgClassName
{
background-color: #BD8F09;
}
</style>
border-color css
<style>
span { border-color: #BD8F09; }
span { border-color: rgb(189,143,9); }
td.TdClassName
{
border-color: #BD8F09;
}
.TagClassName
{
border-color: #BD8F09;
}
</style>