Shades of Dark Goldenrod #BD9012
Tints of Dark Goldenrod #BD9012
RGB
CMYK
RGB Variations
Color information
#BD9012 (or 0xBD9012) is known color: Dark Goldenrod. HEX triplet: BD, 90 and 12. RGB value is (189,144,18). Sum of RGB (Red+Green+Blue) = 189+144+18=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9012 is #426FED. Grayscale: #8F8F8F. Windows color (decimal): -4354030 or 1216701. OLE color: 1216701.
HSL color Cylindrical-coordinate representation of color #BD9012: hue angle of 44.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD9012 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 144 | 18 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.26 |
| HSL | 44.21º | 0.83% | 0.41% | - |
| HSV(B) | 44.21º | 0.9% | 0.74% | - |
| XYZ | 31.07 | 30.81 | 4.88 | - |
| YUV | 143.09 | 57.41 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 144 | 18 | 0 | 0.24 | 0.90 | 0.26 | 44.21 | 0.83 | 0.41 |
| Hex | BD | 90 | 12 | 0 | 18 | 5A | 1A | 2C | 53 | 29 |
| Octal | 275 | 220 | 22 | 0 | 30 | 132 | 32 | 54 | 123 | 51 |
| Binary | 10111101 | 10010000 | 10010 | 0 | 11000 | 1011010 | 11010 | 101100 | 1010011 | 101001 |
Color Harmonies of #BD9012
Complementary color
Monochromatic Colors of #BD9012
Black with #BD9012
Text Example
Text Example
White with #BD9012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9012; }
p { color: rgb(189,144,18); }
H1.HeaderClassName
{
color: #BD9012;
}
.AnyTagClassName
{
color: #BD9012;
}
</style>
background-color css
<style>
a { background-color: #BD9012; }
a { background-color: rgb(189,144,18); }
div.DivClassName
{
background-color: #BD9012;
}
.BgClassName
{
background-color: #BD9012;
}
</style>
border-color css
<style>
span { border-color: #BD9012; }
span { border-color: rgb(189,144,18); }
td.TdClassName
{
border-color: #BD9012;
}
.TagClassName
{
border-color: #BD9012;
}
</style>