Shades of Dark Goldenrod #BD8019
Tints of Dark Goldenrod #BD8019
RGB
CMYK
RGB Variations
Color information
#BD8019 (or 0xBD8019) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 19. RGB value is (189,128,25). Sum of RGB (Red+Green+Blue) = 189+128+25=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8019 is #427FE6. Grayscale: #868686. Windows color (decimal): -4358119 or 1671357. OLE color: 1671357.
HSL color Cylindrical-coordinate representation of color #BD8019: hue angle of 37.68º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD8019 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 25 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.26 |
| HSL | 37.68º | 0.77% | 0.42% | - |
| HSV(B) | 37.68º | 0.87% | 0.74% | - |
| XYZ | 28.88 | 26.33 | 4.48 | - |
| YUV | 134.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 25 | 0 | 0.32 | 0.87 | 0.26 | 37.68 | 0.77 | 0.42 |
| Hex | BD | 80 | 19 | 0 | 20 | 57 | 1A | 26 | 4D | 2A |
| Octal | 275 | 200 | 31 | 0 | 40 | 127 | 32 | 46 | 115 | 52 |
| Binary | 10111101 | 10000000 | 11001 | 0 | 100000 | 1010111 | 11010 | 100110 | 1001101 | 101010 |
Color Harmonies of #BD8019
Complementary color
Monochromatic Colors of #BD8019
Black with #BD8019
Text Example
Text Example
White with #BD8019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8019; }
p { color: rgb(189,128,25); }
H1.HeaderClassName
{
color: #BD8019;
}
.AnyTagClassName
{
color: #BD8019;
}
</style>
background-color css
<style>
a { background-color: #BD8019; }
a { background-color: rgb(189,128,25); }
div.DivClassName
{
background-color: #BD8019;
}
.BgClassName
{
background-color: #BD8019;
}
</style>
border-color css
<style>
span { border-color: #BD8019; }
span { border-color: rgb(189,128,25); }
td.TdClassName
{
border-color: #BD8019;
}
.TagClassName
{
border-color: #BD8019;
}
</style>