Shades of Dark Goldenrod #B97D0D
Tints of Dark Goldenrod #B97D0D
RGB
CMYK
RGB Variations
Color information
#B97D0D (or 0xB97D0D) is known color: Dark Goldenrod. HEX triplet: B9, 7D and 0D. RGB value is (185,125,13). Sum of RGB (Red+Green+Blue) = 185+125+13=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97D0D is #4682F2. Grayscale: #828282. Windows color (decimal): -4621043 or 884153. OLE color: 884153.
HSL color Cylindrical-coordinate representation of color #B97D0D: hue angle of 39.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B97D0D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.27 |
| HSL | 39.07º | 0.87% | 0.39% | - |
| HSV(B) | 39.07º | 0.93% | 0.73% | - |
| XYZ | 27.41 | 25.01 | 3.76 | - |
| YUV | 130.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 13 | 0 | 0.32 | 0.93 | 0.27 | 39.07 | 0.87 | 0.39 |
| Hex | B9 | 7D | D | 0 | 20 | 5D | 1B | 27 | 57 | 27 |
| Octal | 271 | 175 | 15 | 0 | 40 | 135 | 33 | 47 | 127 | 47 |
| Binary | 10111001 | 1111101 | 1101 | 0 | 100000 | 1011101 | 11011 | 100111 | 1010111 | 100111 |
Color Harmonies of #B97D0D
Complementary color
Monochromatic Colors of #B97D0D
Black with #B97D0D
Text Example
Text Example
White with #B97D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D0D; }
p { color: rgb(185,125,13); }
H1.HeaderClassName
{
color: #B97D0D;
}
.AnyTagClassName
{
color: #B97D0D;
}
</style>
background-color css
<style>
a { background-color: #B97D0D; }
a { background-color: rgb(185,125,13); }
div.DivClassName
{
background-color: #B97D0D;
}
.BgClassName
{
background-color: #B97D0D;
}
</style>
border-color css
<style>
span { border-color: #B97D0D; }
span { border-color: rgb(185,125,13); }
td.TdClassName
{
border-color: #B97D0D;
}
.TagClassName
{
border-color: #B97D0D;
}
</style>