Shades of Dark Goldenrod #BD9902
Tints of Dark Goldenrod #BD9902
RGB
CMYK
RGB Variations
Color information
#BD9902 (or 0xBD9902) is known color: Dark Goldenrod. HEX triplet: BD, 99 and 02. RGB value is (189,153,2). Sum of RGB (Red+Green+Blue) = 189+153+2=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9902 is #4266FD. Grayscale: #939393. Windows color (decimal): -4351742 or 170429. OLE color: 170429.
HSL color Cylindrical-coordinate representation of color #BD9902: hue angle of 48.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD9902 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.26 |
| HSL | 48.45º | 0.98% | 0.37% | - |
| HSV(B) | 48.45º | 0.99% | 0.74% | - |
| XYZ | 32.39 | 33.61 | 4.84 | - |
| YUV | 146.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 2 | 0 | 0.19 | 0.99 | 0.26 | 48.45 | 0.98 | 0.37 |
| Hex | BD | 99 | 2 | 0 | 13 | 63 | 1A | 30 | 62 | 25 |
| Octal | 275 | 231 | 2 | 0 | 23 | 143 | 32 | 60 | 142 | 45 |
| Binary | 10111101 | 10011001 | 10 | 0 | 10011 | 1100011 | 11010 | 110000 | 1100010 | 100101 |
Color Harmonies of #BD9902
Complementary color
Monochromatic Colors of #BD9902
Black with #BD9902
Text Example
Text Example
White with #BD9902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9902; }
p { color: rgb(189,153,2); }
H1.HeaderClassName
{
color: #BD9902;
}
.AnyTagClassName
{
color: #BD9902;
}
</style>
background-color css
<style>
a { background-color: #BD9902; }
a { background-color: rgb(189,153,2); }
div.DivClassName
{
background-color: #BD9902;
}
.BgClassName
{
background-color: #BD9902;
}
</style>
border-color css
<style>
span { border-color: #BD9902; }
span { border-color: rgb(189,153,2); }
td.TdClassName
{
border-color: #BD9902;
}
.TagClassName
{
border-color: #BD9902;
}
</style>