Shades of Dark Goldenrod #BD7F01
Tints of Dark Goldenrod #BD7F01
RGB
CMYK
RGB Variations
Color information
#BD7F01 (or 0xBD7F01) is known color: Dark Goldenrod. HEX triplet: BD, 7F and 01. RGB value is (189,127,1). Sum of RGB (Red+Green+Blue) = 189+127+1=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7F01 is #4280FE. Grayscale: #838383. Windows color (decimal): -4358399 or 98237. OLE color: 98237.
HSL color Cylindrical-coordinate representation of color #BD7F01: hue angle of 40.21º 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 #BD7F01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.26 |
| HSL | 40.21º | 0.99% | 0.37% | - |
| HSV(B) | 40.21º | 0.99% | 0.74% | - |
| XYZ | 28.58 | 26 | 3.54 | - |
| YUV | 131.17 | 54.54 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 1 | 0 | 0.33 | 0.99 | 0.26 | 40.21 | 0.99 | 0.37 |
| Hex | BD | 7F | 1 | 0 | 21 | 63 | 1A | 28 | 63 | 25 |
| Octal | 275 | 177 | 1 | 0 | 41 | 143 | 32 | 50 | 143 | 45 |
| Binary | 10111101 | 1111111 | 1 | 0 | 100001 | 1100011 | 11010 | 101000 | 1100011 | 100101 |
Color Harmonies of #BD7F01
Complementary color
Monochromatic Colors of #BD7F01
Black with #BD7F01
Text Example
Text Example
White with #BD7F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F01; }
p { color: rgb(189,127,1); }
H1.HeaderClassName
{
color: #BD7F01;
}
.AnyTagClassName
{
color: #BD7F01;
}
</style>
background-color css
<style>
a { background-color: #BD7F01; }
a { background-color: rgb(189,127,1); }
div.DivClassName
{
background-color: #BD7F01;
}
.BgClassName
{
background-color: #BD7F01;
}
</style>
border-color css
<style>
span { border-color: #BD7F01; }
span { border-color: rgb(189,127,1); }
td.TdClassName
{
border-color: #BD7F01;
}
.TagClassName
{
border-color: #BD7F01;
}
</style>