Shades of Dark Goldenrod #BD8C15
Tints of Dark Goldenrod #BD8C15
RGB
CMYK
RGB Variations
Color information
#BD8C15 (or 0xBD8C15) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 15. RGB value is (189,140,21). Sum of RGB (Red+Green+Blue) = 189+140+21=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C15 is #4273EA. Grayscale: #8D8D8D. Windows color (decimal): -4355051 or 1412285. OLE color: 1412285.
HSL color Cylindrical-coordinate representation of color #BD8C15: hue angle of 42.5º 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 #BD8C15 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 140 | 21 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.26 |
| HSL | 42.5º | 0.8% | 0.41% | - |
| HSV(B) | 42.5º | 0.89% | 0.74% | - |
| XYZ | 30.5 | 29.63 | 4.82 | - |
| YUV | 141.09 | 60.23 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 21 | 0 | 0.26 | 0.89 | 0.26 | 42.5 | 0.8 | 0.41 |
| Hex | BD | 8C | 15 | 0 | 1A | 59 | 1A | 2A | 50 | 29 |
| Octal | 275 | 214 | 25 | 0 | 32 | 131 | 32 | 52 | 120 | 51 |
| Binary | 10111101 | 10001100 | 10101 | 0 | 11010 | 1011001 | 11010 | 101010 | 1010000 | 101001 |
Color Harmonies of #BD8C15
Complementary color
Monochromatic Colors of #BD8C15
Black with #BD8C15
Text Example
Text Example
White with #BD8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8C15; }
p { color: rgb(189,140,21); }
H1.HeaderClassName
{
color: #BD8C15;
}
.AnyTagClassName
{
color: #BD8C15;
}
</style>
background-color css
<style>
a { background-color: #BD8C15; }
a { background-color: rgb(189,140,21); }
div.DivClassName
{
background-color: #BD8C15;
}
.BgClassName
{
background-color: #BD8C15;
}
</style>
border-color css
<style>
span { border-color: #BD8C15; }
span { border-color: rgb(189,140,21); }
td.TdClassName
{
border-color: #BD8C15;
}
.TagClassName
{
border-color: #BD8C15;
}
</style>