Shades of Dark Goldenrod #BD8015
Tints of Dark Goldenrod #BD8015
RGB
CMYK
RGB Variations
Color information
#BD8015 (or 0xBD8015) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 15. RGB value is (189,128,21). Sum of RGB (Red+Green+Blue) = 189+128+21=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8015 is #427FEA. Grayscale: #868686. Windows color (decimal): -4358123 or 1409213. OLE color: 1409213.
HSL color Cylindrical-coordinate representation of color #BD8015: hue angle of 38.21º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD8015 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 21 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.26 |
| HSL | 38.21º | 0.8% | 0.41% | - |
| HSV(B) | 38.21º | 0.89% | 0.74% | - |
| XYZ | 28.84 | 26.31 | 4.27 | - |
| YUV | 134.04 | 64.21 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 21 | 0 | 0.32 | 0.89 | 0.26 | 38.21 | 0.8 | 0.41 |
| Hex | BD | 80 | 15 | 0 | 20 | 59 | 1A | 26 | 50 | 29 |
| Octal | 275 | 200 | 25 | 0 | 40 | 131 | 32 | 46 | 120 | 51 |
| Binary | 10111101 | 10000000 | 10101 | 0 | 100000 | 1011001 | 11010 | 100110 | 1010000 | 101001 |
Color Harmonies of #BD8015
Complementary color
Monochromatic Colors of #BD8015
Black with #BD8015
Text Example
Text Example
White with #BD8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8015; }
p { color: rgb(189,128,21); }
H1.HeaderClassName
{
color: #BD8015;
}
.AnyTagClassName
{
color: #BD8015;
}
</style>
background-color css
<style>
a { background-color: #BD8015; }
a { background-color: rgb(189,128,21); }
div.DivClassName
{
background-color: #BD8015;
}
.BgClassName
{
background-color: #BD8015;
}
</style>
border-color css
<style>
span { border-color: #BD8015; }
span { border-color: rgb(189,128,21); }
td.TdClassName
{
border-color: #BD8015;
}
.TagClassName
{
border-color: #BD8015;
}
</style>