Shades of Dark Goldenrod #BD8F10
Tints of Dark Goldenrod #BD8F10
RGB
CMYK
RGB Variations
Color information
#BD8F10 (or 0xBD8F10) is known color: Dark Goldenrod. HEX triplet: BD, 8F and 10. RGB value is (189,143,16). Sum of RGB (Red+Green+Blue) = 189+143+16=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8F10 is #4270EF. Grayscale: #8E8E8E. Windows color (decimal): -4354288 or 1085373. OLE color: 1085373.
HSL color Cylindrical-coordinate representation of color #BD8F10: hue angle of 44.05º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD8F10 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.26 |
| HSL | 44.05º | 0.84% | 0.4% | - |
| HSV(B) | 44.05º | 0.92% | 0.74% | - |
| XYZ | 30.9 | 30.5 | 4.75 | - |
| YUV | 142.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 16 | 0 | 0.24 | 0.92 | 0.26 | 44.05 | 0.84 | 0.4 |
| Hex | BD | 8F | 10 | 0 | 18 | 5C | 1A | 2C | 54 | 28 |
| Octal | 275 | 217 | 20 | 0 | 30 | 134 | 32 | 54 | 124 | 50 |
| Binary | 10111101 | 10001111 | 10000 | 0 | 11000 | 1011100 | 11010 | 101100 | 1010100 | 101000 |
Color Harmonies of #BD8F10
Complementary color
Monochromatic Colors of #BD8F10
Black with #BD8F10
Text Example
Text Example
White with #BD8F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F10; }
p { color: rgb(189,143,16); }
H1.HeaderClassName
{
color: #BD8F10;
}
.AnyTagClassName
{
color: #BD8F10;
}
</style>
background-color css
<style>
a { background-color: #BD8F10; }
a { background-color: rgb(189,143,16); }
div.DivClassName
{
background-color: #BD8F10;
}
.BgClassName
{
background-color: #BD8F10;
}
</style>
border-color css
<style>
span { border-color: #BD8F10; }
span { border-color: rgb(189,143,16); }
td.TdClassName
{
border-color: #BD8F10;
}
.TagClassName
{
border-color: #BD8F10;
}
</style>