Shades of Dark Goldenrod #BD8301
Tints of Dark Goldenrod #BD8301
RGB
CMYK
RGB Variations
Color information
#BD8301 (or 0xBD8301) is known color: Dark Goldenrod. HEX triplet: BD, 83 and 01. RGB value is (189,131,1). Sum of RGB (Red+Green+Blue) = 189+131+1=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8301 is #427CFE. Grayscale: #868686. Windows color (decimal): -4357375 or 99261. OLE color: 99261.
HSL color Cylindrical-coordinate representation of color #BD8301: hue angle of 41.49º degrees, saturation: 0.99, 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 #BD8301 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.26 |
| HSL | 41.49º | 0.99% | 0.37% | - |
| HSV(B) | 41.49º | 0.99% | 0.74% | - |
| XYZ | 29.11 | 27.05 | 3.72 | - |
| YUV | 133.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 1 | 0 | 0.31 | 0.99 | 0.26 | 41.49 | 0.99 | 0.37 |
| Hex | BD | 83 | 1 | 0 | 1F | 63 | 1A | 29 | 63 | 25 |
| Octal | 275 | 203 | 1 | 0 | 37 | 143 | 32 | 51 | 143 | 45 |
| Binary | 10111101 | 10000011 | 1 | 0 | 11111 | 1100011 | 11010 | 101001 | 1100011 | 100101 |
Color Harmonies of #BD8301
Complementary color
Monochromatic Colors of #BD8301
Black with #BD8301
Text Example
Text Example
White with #BD8301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8301; }
p { color: rgb(189,131,1); }
H1.HeaderClassName
{
color: #BD8301;
}
.AnyTagClassName
{
color: #BD8301;
}
</style>
background-color css
<style>
a { background-color: #BD8301; }
a { background-color: rgb(189,131,1); }
div.DivClassName
{
background-color: #BD8301;
}
.BgClassName
{
background-color: #BD8301;
}
</style>
border-color css
<style>
span { border-color: #BD8301; }
span { border-color: rgb(189,131,1); }
td.TdClassName
{
border-color: #BD8301;
}
.TagClassName
{
border-color: #BD8301;
}
</style>