Shades of Dark Goldenrod #B97D16
Tints of Dark Goldenrod #B97D16
RGB
CMYK
RGB Variations
Color information
#B97D16 (or 0xB97D16) is known color: Dark Goldenrod. HEX triplet: B9, 7D and 16. RGB value is (185,125,22). Sum of RGB (Red+Green+Blue) = 185+125+22=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D16 is #4682E9. Grayscale: #838383. Windows color (decimal): -4621034 or 1473977. OLE color: 1473977.
HSL color Cylindrical-coordinate representation of color #B97D16: hue angle of 37.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B97D16 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 22 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.27 |
| HSL | 37.91º | 0.79% | 0.41% | - |
| HSV(B) | 37.91º | 0.88% | 0.73% | - |
| XYZ | 27.49 | 25.04 | 4.14 | - |
| YUV | 131.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 22 | 0 | 0.32 | 0.88 | 0.27 | 37.91 | 0.79 | 0.41 |
| Hex | B9 | 7D | 16 | 0 | 20 | 58 | 1B | 26 | 4F | 29 |
| Octal | 271 | 175 | 26 | 0 | 40 | 130 | 33 | 46 | 117 | 51 |
| Binary | 10111001 | 1111101 | 10110 | 0 | 100000 | 1011000 | 11011 | 100110 | 1001111 | 101001 |
Color Harmonies of #B97D16
Complementary color
Monochromatic Colors of #B97D16
Black with #B97D16
Text Example
Text Example
White with #B97D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D16; }
p { color: rgb(185,125,22); }
H1.HeaderClassName
{
color: #B97D16;
}
.AnyTagClassName
{
color: #B97D16;
}
</style>
background-color css
<style>
a { background-color: #B97D16; }
a { background-color: rgb(185,125,22); }
div.DivClassName
{
background-color: #B97D16;
}
.BgClassName
{
background-color: #B97D16;
}
</style>
border-color css
<style>
span { border-color: #B97D16; }
span { border-color: rgb(185,125,22); }
td.TdClassName
{
border-color: #B97D16;
}
.TagClassName
{
border-color: #B97D16;
}
</style>