Shades of Dark Goldenrod #BD7A00
Tints of Dark Goldenrod #BD7A00
RGB
CMYK
RGB Variations
Color information
#BD7A00 (or 0xBD7A00) is known color: Dark Goldenrod. HEX triplet: BD, 7A and 00. RGB value is (189,122,0). Sum of RGB (Red+Green+Blue) = 189+122+0=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7A00 is #4285FF. Grayscale: #808080. Windows color (decimal): -4359680 or 31421. OLE color: 31421.
HSL color Cylindrical-coordinate representation of color #BD7A00: hue angle of 38.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD7A00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.26 |
| HSL | 38.73º | 1% | 0.37% | - |
| HSV(B) | 38.73º | 1% | 0.74% | - |
| XYZ | 27.95 | 24.74 | 3.3 | - |
| YUV | 128.13 | 55.7 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 0 | 0 | 0.35 | 1 | 0.26 | 38.73 | 1 | 0.37 |
| Hex | BD | 7A | 0 | 0 | 23 | 64 | 1A | 27 | 64 | 25 |
| Octal | 275 | 172 | 0 | 0 | 43 | 144 | 32 | 47 | 144 | 45 |
| Binary | 10111101 | 1111010 | 0 | 0 | 100011 | 1100100 | 11010 | 100111 | 1100100 | 100101 |
Color Harmonies of #BD7A00
Complementary color
Monochromatic Colors of #BD7A00
Black with #BD7A00
Text Example
Text Example
White with #BD7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A00; }
p { color: rgb(189,122,0); }
H1.HeaderClassName
{
color: #BD7A00;
}
.AnyTagClassName
{
color: #BD7A00;
}
</style>
background-color css
<style>
a { background-color: #BD7A00; }
a { background-color: rgb(189,122,0); }
div.DivClassName
{
background-color: #BD7A00;
}
.BgClassName
{
background-color: #BD7A00;
}
</style>
border-color css
<style>
span { border-color: #BD7A00; }
span { border-color: rgb(189,122,0); }
td.TdClassName
{
border-color: #BD7A00;
}
.TagClassName
{
border-color: #BD7A00;
}
</style>