Shades of Dark Goldenrod #B37D0A
Tints of Dark Goldenrod #B37D0A
RGB
CMYK
RGB Variations
Color information
#B37D0A (or 0xB37D0A) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 0A. RGB value is (179,125,10). Sum of RGB (Red+Green+Blue) = 179+125+10=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D0A is #4C82F5. Grayscale: #808080. Windows color (decimal): -5014262 or 687539. OLE color: 687539.
HSL color Cylindrical-coordinate representation of color #B37D0A: hue angle of 40.83º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B37D0A is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 10 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.30 |
| HSL | 40.83º | 0.89% | 0.37% | - |
| HSV(B) | 40.83º | 0.94% | 0.7% | - |
| XYZ | 25.98 | 24.27 | 3.6 | - |
| YUV | 128.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 10 | 0 | 0.30 | 0.94 | 0.30 | 40.83 | 0.89 | 0.37 |
| Hex | B3 | 7D | A | 0 | 1E | 5E | 1E | 29 | 59 | 25 |
| Octal | 263 | 175 | 12 | 0 | 36 | 136 | 36 | 51 | 131 | 45 |
| Binary | 10110011 | 1111101 | 1010 | 0 | 11110 | 1011110 | 11110 | 101001 | 1011001 | 100101 |
Color Harmonies of #B37D0A
Complementary color
Monochromatic Colors of #B37D0A
Black with #B37D0A
Text Example
Text Example
White with #B37D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D0A; }
p { color: rgb(179,125,10); }
H1.HeaderClassName
{
color: #B37D0A;
}
.AnyTagClassName
{
color: #B37D0A;
}
</style>
background-color css
<style>
a { background-color: #B37D0A; }
a { background-color: rgb(179,125,10); }
div.DivClassName
{
background-color: #B37D0A;
}
.BgClassName
{
background-color: #B37D0A;
}
</style>
border-color css
<style>
span { border-color: #B37D0A; }
span { border-color: rgb(179,125,10); }
td.TdClassName
{
border-color: #B37D0A;
}
.TagClassName
{
border-color: #B37D0A;
}
</style>