Shades of Dark Goldenrod #BD7A01
Tints of Dark Goldenrod #BD7A01
RGB
CMYK
RGB Variations
Color information
#BD7A01 (or 0xBD7A01) is known color: Dark Goldenrod. HEX triplet: BD, 7A and 01. RGB value is (189,122,1). Sum of RGB (Red+Green+Blue) = 189+122+1=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7A01 is #4285FE. Grayscale: #808080. Windows color (decimal): -4359679 or 96957. OLE color: 96957.
HSL color Cylindrical-coordinate representation of color #BD7A01: hue angle of 38.62º 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 #BD7A01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.26 |
| HSL | 38.62º | 0.99% | 0.37% | - |
| HSV(B) | 38.62º | 0.99% | 0.74% | - |
| XYZ | 27.95 | 24.74 | 3.33 | - |
| YUV | 128.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 1 | 0 | 0.35 | 0.99 | 0.26 | 38.62 | 0.99 | 0.37 |
| Hex | BD | 7A | 1 | 0 | 23 | 63 | 1A | 27 | 63 | 25 |
| Octal | 275 | 172 | 1 | 0 | 43 | 143 | 32 | 47 | 143 | 45 |
| Binary | 10111101 | 1111010 | 1 | 0 | 100011 | 1100011 | 11010 | 100111 | 1100011 | 100101 |
Color Harmonies of #BD7A01
Complementary color
Monochromatic Colors of #BD7A01
Black with #BD7A01
Text Example
Text Example
White with #BD7A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A01; }
p { color: rgb(189,122,1); }
H1.HeaderClassName
{
color: #BD7A01;
}
.AnyTagClassName
{
color: #BD7A01;
}
</style>
background-color css
<style>
a { background-color: #BD7A01; }
a { background-color: rgb(189,122,1); }
div.DivClassName
{
background-color: #BD7A01;
}
.BgClassName
{
background-color: #BD7A01;
}
</style>
border-color css
<style>
span { border-color: #BD7A01; }
span { border-color: rgb(189,122,1); }
td.TdClassName
{
border-color: #BD7A01;
}
.TagClassName
{
border-color: #BD7A01;
}
</style>