Shades of Dark Goldenrod #BD9701
Tints of Dark Goldenrod #BD9701
RGB
CMYK
RGB Variations
Color information
#BD9701 (or 0xBD9701) is known color: Dark Goldenrod. HEX triplet: BD, 97 and 01. RGB value is (189,151,1). Sum of RGB (Red+Green+Blue) = 189+151+1=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9701 is #4268FE. Grayscale: #919191. Windows color (decimal): -4352255 or 104381. OLE color: 104381.
HSL color Cylindrical-coordinate representation of color #BD9701: hue angle of 47.87º 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 #BD9701 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.26 |
| HSL | 47.87º | 0.99% | 0.37% | - |
| HSV(B) | 47.87º | 0.99% | 0.74% | - |
| XYZ | 32.06 | 32.95 | 4.7 | - |
| YUV | 145.26 | 46.59 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 1 | 0 | 0.20 | 0.99 | 0.26 | 47.87 | 0.99 | 0.37 |
| Hex | BD | 97 | 1 | 0 | 14 | 63 | 1A | 30 | 63 | 25 |
| Octal | 275 | 227 | 1 | 0 | 24 | 143 | 32 | 60 | 143 | 45 |
| Binary | 10111101 | 10010111 | 1 | 0 | 10100 | 1100011 | 11010 | 110000 | 1100011 | 100101 |
Color Harmonies of #BD9701
Complementary color
Monochromatic Colors of #BD9701
Black with #BD9701
Text Example
Text Example
White with #BD9701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9701; }
p { color: rgb(189,151,1); }
H1.HeaderClassName
{
color: #BD9701;
}
.AnyTagClassName
{
color: #BD9701;
}
</style>
background-color css
<style>
a { background-color: #BD9701; }
a { background-color: rgb(189,151,1); }
div.DivClassName
{
background-color: #BD9701;
}
.BgClassName
{
background-color: #BD9701;
}
</style>
border-color css
<style>
span { border-color: #BD9701; }
span { border-color: rgb(189,151,1); }
td.TdClassName
{
border-color: #BD9701;
}
.TagClassName
{
border-color: #BD9701;
}
</style>