Shades of Dark Goldenrod #BD9800
Tints of Dark Goldenrod #BD9800
RGB
CMYK
RGB Variations
Color information
#BD9800 (or 0xBD9800) is known color: Dark Goldenrod. HEX triplet: BD, 98 and 00. RGB value is (189,152,0). Sum of RGB (Red+Green+Blue) = 189+152+0=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9800 is #4267FF. Grayscale: #929292. Windows color (decimal): -4352000 or 39101. OLE color: 39101.
HSL color Cylindrical-coordinate representation of color #BD9800: hue angle of 48.25º 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 #BD9800 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.26 |
| HSL | 48.25º | 1% | 0.37% | - |
| HSV(B) | 48.25º | 1% | 0.74% | - |
| XYZ | 32.21 | 33.28 | 4.72 | - |
| YUV | 145.74 | 45.76 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 0 | 0 | 0.20 | 1 | 0.26 | 48.25 | 1 | 0.37 |
| Hex | BD | 98 | 0 | 0 | 14 | 64 | 1A | 30 | 64 | 25 |
| Octal | 275 | 230 | 0 | 0 | 24 | 144 | 32 | 60 | 144 | 45 |
| Binary | 10111101 | 10011000 | 0 | 0 | 10100 | 1100100 | 11010 | 110000 | 1100100 | 100101 |
Color Harmonies of #BD9800
Complementary color
Monochromatic Colors of #BD9800
Black with #BD9800
Text Example
Text Example
White with #BD9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9800; }
p { color: rgb(189,152,0); }
H1.HeaderClassName
{
color: #BD9800;
}
.AnyTagClassName
{
color: #BD9800;
}
</style>
background-color css
<style>
a { background-color: #BD9800; }
a { background-color: rgb(189,152,0); }
div.DivClassName
{
background-color: #BD9800;
}
.BgClassName
{
background-color: #BD9800;
}
</style>
border-color css
<style>
span { border-color: #BD9800; }
span { border-color: rgb(189,152,0); }
td.TdClassName
{
border-color: #BD9800;
}
.TagClassName
{
border-color: #BD9800;
}
</style>