Shades of Dark Goldenrod #B97D0E
Tints of Dark Goldenrod #B97D0E
RGB
CMYK
RGB Variations
Color information
#B97D0E (or 0xB97D0E) is known color: Dark Goldenrod. HEX triplet: B9, 7D and 0E. RGB value is (185,125,14). Sum of RGB (Red+Green+Blue) = 185+125+14=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D0E is #4682F1. Grayscale: #828282. Windows color (decimal): -4621042 or 949689. OLE color: 949689.
HSL color Cylindrical-coordinate representation of color #B97D0E: hue angle of 38.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B97D0E is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 14 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.27 |
| HSL | 38.95º | 0.86% | 0.39% | - |
| HSV(B) | 38.95º | 0.92% | 0.73% | - |
| XYZ | 27.42 | 25.01 | 3.8 | - |
| YUV | 130.29 | 62.38 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 14 | 0 | 0.32 | 0.92 | 0.27 | 38.95 | 0.86 | 0.39 |
| Hex | B9 | 7D | E | 0 | 20 | 5C | 1B | 27 | 56 | 27 |
| Octal | 271 | 175 | 16 | 0 | 40 | 134 | 33 | 47 | 126 | 47 |
| Binary | 10111001 | 1111101 | 1110 | 0 | 100000 | 1011100 | 11011 | 100111 | 1010110 | 100111 |
Color Harmonies of #B97D0E
Complementary color
Monochromatic Colors of #B97D0E
Black with #B97D0E
Text Example
Text Example
White with #B97D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D0E; }
p { color: rgb(185,125,14); }
H1.HeaderClassName
{
color: #B97D0E;
}
.AnyTagClassName
{
color: #B97D0E;
}
</style>
background-color css
<style>
a { background-color: #B97D0E; }
a { background-color: rgb(185,125,14); }
div.DivClassName
{
background-color: #B97D0E;
}
.BgClassName
{
background-color: #B97D0E;
}
</style>
border-color css
<style>
span { border-color: #B97D0E; }
span { border-color: rgb(185,125,14); }
td.TdClassName
{
border-color: #B97D0E;
}
.TagClassName
{
border-color: #B97D0E;
}
</style>