Shades of Dark Goldenrod #BD7A16
Tints of Dark Goldenrod #BD7A16
RGB
CMYK
RGB Variations
Color information
#BD7A16 (or 0xBD7A16) is known color: Dark Goldenrod. HEX triplet: BD, 7A and 16. RGB value is (189,122,22). Sum of RGB (Red+Green+Blue) = 189+122+22=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7A16 is #4285E9. Grayscale: #838383. Windows color (decimal): -4359658 or 1473213. OLE color: 1473213.
HSL color Cylindrical-coordinate representation of color #BD7A16: hue angle of 35.93º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD7A16 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 22 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.26 |
| HSL | 35.93º | 0.79% | 0.41% | - |
| HSV(B) | 35.93º | 0.88% | 0.74% | - |
| XYZ | 28.09 | 24.8 | 4.06 | - |
| YUV | 130.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 22 | 0 | 0.35 | 0.88 | 0.26 | 35.93 | 0.79 | 0.41 |
| Hex | BD | 7A | 16 | 0 | 23 | 58 | 1A | 24 | 4F | 29 |
| Octal | 275 | 172 | 26 | 0 | 43 | 130 | 32 | 44 | 117 | 51 |
| Binary | 10111101 | 1111010 | 10110 | 0 | 100011 | 1011000 | 11010 | 100100 | 1001111 | 101001 |
Color Harmonies of #BD7A16
Complementary color
Monochromatic Colors of #BD7A16
Black with #BD7A16
Text Example
Text Example
White with #BD7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A16; }
p { color: rgb(189,122,22); }
H1.HeaderClassName
{
color: #BD7A16;
}
.AnyTagClassName
{
color: #BD7A16;
}
</style>
background-color css
<style>
a { background-color: #BD7A16; }
a { background-color: rgb(189,122,22); }
div.DivClassName
{
background-color: #BD7A16;
}
.BgClassName
{
background-color: #BD7A16;
}
</style>
border-color css
<style>
span { border-color: #BD7A16; }
span { border-color: rgb(189,122,22); }
td.TdClassName
{
border-color: #BD7A16;
}
.TagClassName
{
border-color: #BD7A16;
}
</style>