Shades of Dark Goldenrod #BD9302
Tints of Dark Goldenrod #BD9302
RGB
CMYK
RGB Variations
Color information
#BD9302 (or 0xBD9302) is known color: Dark Goldenrod. HEX triplet: BD, 93 and 02. RGB value is (189,147,2). Sum of RGB (Red+Green+Blue) = 189+147+2=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9302 is #426CFD. Grayscale: #8F8F8F. Windows color (decimal): -4353278 or 168893. OLE color: 168893.
HSL color Cylindrical-coordinate representation of color #BD9302: hue angle of 46.52º 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 #BD9302 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.26 |
| HSL | 46.52º | 0.98% | 0.37% | - |
| HSV(B) | 46.52º | 0.99% | 0.74% | - |
| XYZ | 31.43 | 31.69 | 4.52 | - |
| YUV | 143.03 | 48.41 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 2 | 0 | 0.22 | 0.99 | 0.26 | 46.52 | 0.98 | 0.37 |
| Hex | BD | 93 | 2 | 0 | 16 | 63 | 1A | 2F | 62 | 25 |
| Octal | 275 | 223 | 2 | 0 | 26 | 143 | 32 | 57 | 142 | 45 |
| Binary | 10111101 | 10010011 | 10 | 0 | 10110 | 1100011 | 11010 | 101111 | 1100010 | 100101 |
Color Harmonies of #BD9302
Complementary color
Monochromatic Colors of #BD9302
Black with #BD9302
Text Example
Text Example
White with #BD9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9302; }
p { color: rgb(189,147,2); }
H1.HeaderClassName
{
color: #BD9302;
}
.AnyTagClassName
{
color: #BD9302;
}
</style>
background-color css
<style>
a { background-color: #BD9302; }
a { background-color: rgb(189,147,2); }
div.DivClassName
{
background-color: #BD9302;
}
.BgClassName
{
background-color: #BD9302;
}
</style>
border-color css
<style>
span { border-color: #BD9302; }
span { border-color: rgb(189,147,2); }
td.TdClassName
{
border-color: #BD9302;
}
.TagClassName
{
border-color: #BD9302;
}
</style>