Shades of Dark Goldenrod #BD8902
Tints of Dark Goldenrod #BD8902
RGB
CMYK
RGB Variations
Color information
#BD8902 (or 0xBD8902) is known color: Dark Goldenrod. HEX triplet: BD, 89 and 02. RGB value is (189,137,2). Sum of RGB (Red+Green+Blue) = 189+137+2=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8902 is #4276FD. Grayscale: #898989. Windows color (decimal): -4355838 or 166333. OLE color: 166333.
HSL color Cylindrical-coordinate representation of color #BD8902: hue angle of 43.32º 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 #BD8902 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.26 |
| HSL | 43.32º | 0.98% | 0.37% | - |
| HSV(B) | 43.32º | 0.99% | 0.74% | - |
| XYZ | 29.94 | 28.71 | 4.02 | - |
| YUV | 137.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 2 | 0 | 0.28 | 0.99 | 0.26 | 43.32 | 0.98 | 0.37 |
| Hex | BD | 89 | 2 | 0 | 1C | 63 | 1A | 2B | 62 | 25 |
| Octal | 275 | 211 | 2 | 0 | 34 | 143 | 32 | 53 | 142 | 45 |
| Binary | 10111101 | 10001001 | 10 | 0 | 11100 | 1100011 | 11010 | 101011 | 1100010 | 100101 |
Color Harmonies of #BD8902
Complementary color
Monochromatic Colors of #BD8902
Black with #BD8902
Text Example
Text Example
White with #BD8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8902; }
p { color: rgb(189,137,2); }
H1.HeaderClassName
{
color: #BD8902;
}
.AnyTagClassName
{
color: #BD8902;
}
</style>
background-color css
<style>
a { background-color: #BD8902; }
a { background-color: rgb(189,137,2); }
div.DivClassName
{
background-color: #BD8902;
}
.BgClassName
{
background-color: #BD8902;
}
</style>
border-color css
<style>
span { border-color: #BD8902; }
span { border-color: rgb(189,137,2); }
td.TdClassName
{
border-color: #BD8902;
}
.TagClassName
{
border-color: #BD8902;
}
</style>