Shades of Dark Goldenrod #BD8203
Tints of Dark Goldenrod #BD8203
RGB
CMYK
RGB Variations
Color information
#BD8203 (or 0xBD8203) is known color: Dark Goldenrod. HEX triplet: BD, 82 and 03. RGB value is (189,130,3). Sum of RGB (Red+Green+Blue) = 189+130+3=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8203 is #427DFC. Grayscale: #858585. Windows color (decimal): -4357629 or 230077. OLE color: 230077.
HSL color Cylindrical-coordinate representation of color #BD8203: hue angle of 40.97º 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 #BD8203 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.26 |
| HSL | 40.97º | 0.97% | 0.38% | - |
| HSV(B) | 40.97º | 0.98% | 0.74% | - |
| XYZ | 28.99 | 26.79 | 3.73 | - |
| YUV | 133.16 | 54.55 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 3 | 0 | 0.31 | 0.98 | 0.26 | 40.97 | 0.97 | 0.38 |
| Hex | BD | 82 | 3 | 0 | 1F | 62 | 1A | 29 | 61 | 26 |
| Octal | 275 | 202 | 3 | 0 | 37 | 142 | 32 | 51 | 141 | 46 |
| Binary | 10111101 | 10000010 | 11 | 0 | 11111 | 1100010 | 11010 | 101001 | 1100001 | 100110 |
Color Harmonies of #BD8203
Complementary color
Monochromatic Colors of #BD8203
Black with #BD8203
Text Example
Text Example
White with #BD8203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8203; }
p { color: rgb(189,130,3); }
H1.HeaderClassName
{
color: #BD8203;
}
.AnyTagClassName
{
color: #BD8203;
}
</style>
background-color css
<style>
a { background-color: #BD8203; }
a { background-color: rgb(189,130,3); }
div.DivClassName
{
background-color: #BD8203;
}
.BgClassName
{
background-color: #BD8203;
}
</style>
border-color css
<style>
span { border-color: #BD8203; }
span { border-color: rgb(189,130,3); }
td.TdClassName
{
border-color: #BD8203;
}
.TagClassName
{
border-color: #BD8203;
}
</style>