Shades of Dark Goldenrod #BD8403
Tints of Dark Goldenrod #BD8403
RGB
CMYK
RGB Variations
Color information
#BD8403 (or 0xBD8403) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 03. RGB value is (189,132,3). Sum of RGB (Red+Green+Blue) = 189+132+3=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8403 is #427BFC. Grayscale: #868686. Windows color (decimal): -4357117 or 230589. OLE color: 230589.
HSL color Cylindrical-coordinate representation of color #BD8403: hue angle of 41.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD8403 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 132 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.26 |
| HSL | 41.61º | 0.97% | 0.38% | - |
| HSV(B) | 41.61º | 0.98% | 0.74% | - |
| XYZ | 29.25 | 27.33 | 3.82 | - |
| YUV | 134.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 3 | 0 | 0.30 | 0.98 | 0.26 | 41.61 | 0.97 | 0.38 |
| Hex | BD | 84 | 3 | 0 | 1E | 62 | 1A | 2A | 61 | 26 |
| Octal | 275 | 204 | 3 | 0 | 36 | 142 | 32 | 52 | 141 | 46 |
| Binary | 10111101 | 10000100 | 11 | 0 | 11110 | 1100010 | 11010 | 101010 | 1100001 | 100110 |
Color Harmonies of #BD8403
Complementary color
Monochromatic Colors of #BD8403
Black with #BD8403
Text Example
Text Example
White with #BD8403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8403; }
p { color: rgb(189,132,3); }
H1.HeaderClassName
{
color: #BD8403;
}
.AnyTagClassName
{
color: #BD8403;
}
</style>
background-color css
<style>
a { background-color: #BD8403; }
a { background-color: rgb(189,132,3); }
div.DivClassName
{
background-color: #BD8403;
}
.BgClassName
{
background-color: #BD8403;
}
</style>
border-color css
<style>
span { border-color: #BD8403; }
span { border-color: rgb(189,132,3); }
td.TdClassName
{
border-color: #BD8403;
}
.TagClassName
{
border-color: #BD8403;
}
</style>