Shades of Dark Goldenrod #BD8001
Tints of Dark Goldenrod #BD8001
RGB
CMYK
RGB Variations
Color information
#BD8001 (or 0xBD8001) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 01. RGB value is (189,128,1). Sum of RGB (Red+Green+Blue) = 189+128+1=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8001 is #427FFE. Grayscale: #848484. Windows color (decimal): -4358143 or 98493. OLE color: 98493.
HSL color Cylindrical-coordinate representation of color #BD8001: hue angle of 40.53º 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 #BD8001 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.26 |
| HSL | 40.53º | 0.99% | 0.37% | - |
| HSV(B) | 40.53º | 0.99% | 0.74% | - |
| XYZ | 28.71 | 26.26 | 3.58 | - |
| YUV | 131.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 1 | 0 | 0.32 | 0.99 | 0.26 | 40.53 | 0.99 | 0.37 |
| Hex | BD | 80 | 1 | 0 | 20 | 63 | 1A | 29 | 63 | 25 |
| Octal | 275 | 200 | 1 | 0 | 40 | 143 | 32 | 51 | 143 | 45 |
| Binary | 10111101 | 10000000 | 1 | 0 | 100000 | 1100011 | 11010 | 101001 | 1100011 | 100101 |
Color Harmonies of #BD8001
Complementary color
Monochromatic Colors of #BD8001
Black with #BD8001
Text Example
Text Example
White with #BD8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8001; }
p { color: rgb(189,128,1); }
H1.HeaderClassName
{
color: #BD8001;
}
.AnyTagClassName
{
color: #BD8001;
}
</style>
background-color css
<style>
a { background-color: #BD8001; }
a { background-color: rgb(189,128,1); }
div.DivClassName
{
background-color: #BD8001;
}
.BgClassName
{
background-color: #BD8001;
}
</style>
border-color css
<style>
span { border-color: #BD8001; }
span { border-color: rgb(189,128,1); }
td.TdClassName
{
border-color: #BD8001;
}
.TagClassName
{
border-color: #BD8001;
}
</style>