Shades of Dark Goldenrod #BD910A
Tints of Dark Goldenrod #BD910A
RGB
CMYK
RGB Variations
Color information
#BD910A (or 0xBD910A) is known color: Dark Goldenrod. HEX triplet: BD, 91 and 0A. RGB value is (189,145,10). Sum of RGB (Red+Green+Blue) = 189+145+10=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD910A is #426EF5. Grayscale: #8F8F8F. Windows color (decimal): -4353782 or 692669. OLE color: 692669.
HSL color Cylindrical-coordinate representation of color #BD910A: hue angle of 45.25º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD910A is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 10 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.26 |
| HSL | 45.25º | 0.9% | 0.39% | - |
| HSV(B) | 45.25º | 0.95% | 0.74% | - |
| XYZ | 31.17 | 31.09 | 4.65 | - |
| YUV | 142.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 10 | 0 | 0.23 | 0.95 | 0.26 | 45.25 | 0.9 | 0.39 |
| Hex | BD | 91 | A | 0 | 17 | 5F | 1A | 2D | 5A | 27 |
| Octal | 275 | 221 | 12 | 0 | 27 | 137 | 32 | 55 | 132 | 47 |
| Binary | 10111101 | 10010001 | 1010 | 0 | 10111 | 1011111 | 11010 | 101101 | 1011010 | 100111 |
Color Harmonies of #BD910A
Complementary color
Monochromatic Colors of #BD910A
Black with #BD910A
Text Example
Text Example
White with #BD910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD910A; }
p { color: rgb(189,145,10); }
H1.HeaderClassName
{
color: #BD910A;
}
.AnyTagClassName
{
color: #BD910A;
}
</style>
background-color css
<style>
a { background-color: #BD910A; }
a { background-color: rgb(189,145,10); }
div.DivClassName
{
background-color: #BD910A;
}
.BgClassName
{
background-color: #BD910A;
}
</style>
border-color css
<style>
span { border-color: #BD910A; }
span { border-color: rgb(189,145,10); }
td.TdClassName
{
border-color: #BD910A;
}
.TagClassName
{
border-color: #BD910A;
}
</style>