Shades of Dark Goldenrod #BD9A00
Tints of Dark Goldenrod #BD9A00
RGB
CMYK
RGB Variations
Color information
#BD9A00 (or 0xBD9A00) is known color: Dark Goldenrod. HEX triplet: BD, 9A and 00. RGB value is (189,154,0). Sum of RGB (Red+Green+Blue) = 189+154+0=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9A00 is #4265FF. Grayscale: #939393. Windows color (decimal): -4351488 or 39613. OLE color: 39613.
HSL color Cylindrical-coordinate representation of color #BD9A00: hue angle of 48.89º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD9A00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.26 |
| HSL | 48.89º | 1% | 0.37% | - |
| HSV(B) | 48.89º | 1% | 0.74% | - |
| XYZ | 32.54 | 33.93 | 4.83 | - |
| YUV | 146.91 | 45.1 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 0 | 0 | 0.19 | 1 | 0.26 | 48.89 | 1 | 0.37 |
| Hex | BD | 9A | 0 | 0 | 13 | 64 | 1A | 31 | 64 | 25 |
| Octal | 275 | 232 | 0 | 0 | 23 | 144 | 32 | 61 | 144 | 45 |
| Binary | 10111101 | 10011010 | 0 | 0 | 10011 | 1100100 | 11010 | 110001 | 1100100 | 100101 |
Color Harmonies of #BD9A00
Complementary color
Monochromatic Colors of #BD9A00
Black with #BD9A00
Text Example
Text Example
White with #BD9A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A00; }
p { color: rgb(189,154,0); }
H1.HeaderClassName
{
color: #BD9A00;
}
.AnyTagClassName
{
color: #BD9A00;
}
</style>
background-color css
<style>
a { background-color: #BD9A00; }
a { background-color: rgb(189,154,0); }
div.DivClassName
{
background-color: #BD9A00;
}
.BgClassName
{
background-color: #BD9A00;
}
</style>
border-color css
<style>
span { border-color: #BD9A00; }
span { border-color: rgb(189,154,0); }
td.TdClassName
{
border-color: #BD9A00;
}
.TagClassName
{
border-color: #BD9A00;
}
</style>