Shades of Dark Goldenrod #BD8111
Tints of Dark Goldenrod #BD8111
RGB
CMYK
RGB Variations
Color information
#BD8111 (or 0xBD8111) is known color: Dark Goldenrod. HEX triplet: BD, 81 and 11. RGB value is (189,129,17). Sum of RGB (Red+Green+Blue) = 189+129+17=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8111 is #427EEE. Grayscale: #868686. Windows color (decimal): -4357871 or 1147325. OLE color: 1147325.
HSL color Cylindrical-coordinate representation of color #BD8111: hue angle of 39.07º 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 #BD8111 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 17 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.26 |
| HSL | 39.07º | 0.83% | 0.4% | - |
| HSV(B) | 39.07º | 0.91% | 0.74% | - |
| XYZ | 28.94 | 26.56 | 4.13 | - |
| YUV | 134.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 17 | 0 | 0.32 | 0.91 | 0.26 | 39.07 | 0.83 | 0.4 |
| Hex | BD | 81 | 11 | 0 | 20 | 5B | 1A | 27 | 53 | 28 |
| Octal | 275 | 201 | 21 | 0 | 40 | 133 | 32 | 47 | 123 | 50 |
| Binary | 10111101 | 10000001 | 10001 | 0 | 100000 | 1011011 | 11010 | 100111 | 1010011 | 101000 |
Color Harmonies of #BD8111
Complementary color
Monochromatic Colors of #BD8111
Black with #BD8111
Text Example
Text Example
White with #BD8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8111; }
p { color: rgb(189,129,17); }
H1.HeaderClassName
{
color: #BD8111;
}
.AnyTagClassName
{
color: #BD8111;
}
</style>
background-color css
<style>
a { background-color: #BD8111; }
a { background-color: rgb(189,129,17); }
div.DivClassName
{
background-color: #BD8111;
}
.BgClassName
{
background-color: #BD8111;
}
</style>
border-color css
<style>
span { border-color: #BD8111; }
span { border-color: rgb(189,129,17); }
td.TdClassName
{
border-color: #BD8111;
}
.TagClassName
{
border-color: #BD8111;
}
</style>