Shades of Dark Goldenrod #BD7301
Tints of Dark Goldenrod #BD7301
RGB
CMYK
RGB Variations
Color information
#BD7301 (or 0xBD7301) is known color: Dark Goldenrod. HEX triplet: BD, 73 and 01. RGB value is (189,115,1). Sum of RGB (Red+Green+Blue) = 189+115+1=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7301 is #428CFE. Grayscale: #7C7C7C. Windows color (decimal): -4361471 or 95165. OLE color: 95165.
HSL color Cylindrical-coordinate representation of color #BD7301: hue angle of 36.38º 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 #BD7301 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.26 |
| HSL | 36.38º | 0.99% | 0.37% | - |
| HSV(B) | 36.38º | 0.99% | 0.74% | - |
| XYZ | 27.12 | 23.08 | 3.05 | - |
| YUV | 124.13 | 58.52 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 1 | 0 | 0.39 | 0.99 | 0.26 | 36.38 | 0.99 | 0.37 |
| Hex | BD | 73 | 1 | 0 | 27 | 63 | 1A | 24 | 63 | 25 |
| Octal | 275 | 163 | 1 | 0 | 47 | 143 | 32 | 44 | 143 | 45 |
| Binary | 10111101 | 1110011 | 1 | 0 | 100111 | 1100011 | 11010 | 100100 | 1100011 | 100101 |
Color Harmonies of #BD7301
Complementary color
Monochromatic Colors of #BD7301
Black with #BD7301
Text Example
Text Example
White with #BD7301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7301; }
p { color: rgb(189,115,1); }
H1.HeaderClassName
{
color: #BD7301;
}
.AnyTagClassName
{
color: #BD7301;
}
</style>
background-color css
<style>
a { background-color: #BD7301; }
a { background-color: rgb(189,115,1); }
div.DivClassName
{
background-color: #BD7301;
}
.BgClassName
{
background-color: #BD7301;
}
</style>
border-color css
<style>
span { border-color: #BD7301; }
span { border-color: rgb(189,115,1); }
td.TdClassName
{
border-color: #BD7301;
}
.TagClassName
{
border-color: #BD7301;
}
</style>