Shades of Dark Goldenrod #BD900F
Tints of Dark Goldenrod #BD900F
RGB
CMYK
RGB Variations
Color information
#BD900F (or 0xBD900F) is known color: Dark Goldenrod. HEX triplet: BD, 90 and 0F. RGB value is (189,144,15). Sum of RGB (Red+Green+Blue) = 189+144+15=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD900F is #426FF0. Grayscale: #8F8F8F. Windows color (decimal): -4354033 or 1020093. OLE color: 1020093.
HSL color Cylindrical-coordinate representation of color #BD900F: hue angle of 44.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD900F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.26 |
| HSL | 44.48º | 0.85% | 0.4% | - |
| HSV(B) | 44.48º | 0.92% | 0.74% | - |
| XYZ | 31.05 | 30.8 | 4.76 | - |
| YUV | 142.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 15 | 0 | 0.24 | 0.92 | 0.26 | 44.48 | 0.85 | 0.4 |
| Hex | BD | 90 | F | 0 | 18 | 5C | 1A | 2C | 55 | 28 |
| Octal | 275 | 220 | 17 | 0 | 30 | 134 | 32 | 54 | 125 | 50 |
| Binary | 10111101 | 10010000 | 1111 | 0 | 11000 | 1011100 | 11010 | 101100 | 1010101 | 101000 |
Color Harmonies of #BD900F
Complementary color
Monochromatic Colors of #BD900F
Black with #BD900F
Text Example
Text Example
White with #BD900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD900F; }
p { color: rgb(189,144,15); }
H1.HeaderClassName
{
color: #BD900F;
}
.AnyTagClassName
{
color: #BD900F;
}
</style>
background-color css
<style>
a { background-color: #BD900F; }
a { background-color: rgb(189,144,15); }
div.DivClassName
{
background-color: #BD900F;
}
.BgClassName
{
background-color: #BD900F;
}
</style>
border-color css
<style>
span { border-color: #BD900F; }
span { border-color: rgb(189,144,15); }
td.TdClassName
{
border-color: #BD900F;
}
.TagClassName
{
border-color: #BD900F;
}
</style>