Shades of Dark Goldenrod #BD9111
Tints of Dark Goldenrod #BD9111
RGB
CMYK
RGB Variations
Color information
#BD9111 (or 0xBD9111) is known color: Dark Goldenrod. HEX triplet: BD, 91 and 11. RGB value is (189,145,17). Sum of RGB (Red+Green+Blue) = 189+145+17=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9111 is #426EEE. Grayscale: #909090. Windows color (decimal): -4353775 or 1151421. OLE color: 1151421.
HSL color Cylindrical-coordinate representation of color #BD9111: hue angle of 44.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD9111 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 17 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.26 |
| HSL | 44.65º | 0.83% | 0.4% | - |
| HSV(B) | 44.65º | 0.91% | 0.74% | - |
| XYZ | 31.21 | 31.11 | 4.89 | - |
| YUV | 143.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 17 | 0 | 0.23 | 0.91 | 0.26 | 44.65 | 0.83 | 0.4 |
| Hex | BD | 91 | 11 | 0 | 17 | 5B | 1A | 2D | 53 | 28 |
| Octal | 275 | 221 | 21 | 0 | 27 | 133 | 32 | 55 | 123 | 50 |
| Binary | 10111101 | 10010001 | 10001 | 0 | 10111 | 1011011 | 11010 | 101101 | 1010011 | 101000 |
Color Harmonies of #BD9111
Complementary color
Monochromatic Colors of #BD9111
Black with #BD9111
Text Example
Text Example
White with #BD9111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9111; }
p { color: rgb(189,145,17); }
H1.HeaderClassName
{
color: #BD9111;
}
.AnyTagClassName
{
color: #BD9111;
}
</style>
background-color css
<style>
a { background-color: #BD9111; }
a { background-color: rgb(189,145,17); }
div.DivClassName
{
background-color: #BD9111;
}
.BgClassName
{
background-color: #BD9111;
}
</style>
border-color css
<style>
span { border-color: #BD9111; }
span { border-color: rgb(189,145,17); }
td.TdClassName
{
border-color: #BD9111;
}
.TagClassName
{
border-color: #BD9111;
}
</style>