Shades of Dark Goldenrod #B37D00
Tints of Dark Goldenrod #B37D00
RGB
CMYK
RGB Variations
Color information
#B37D00 (or 0xB37D00) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 00. RGB value is (179,125,0). Sum of RGB (Red+Green+Blue) = 179+125+0=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D00 is #4C82FF. Grayscale: #7F7F7F. Windows color (decimal): -5014272 or 32179. OLE color: 32179.
HSL color Cylindrical-coordinate representation of color #B37D00: hue angle of 41.9º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B37D00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.30 |
| HSL | 41.9º | 1% | 0.35% | - |
| HSV(B) | 41.9º | 1% | 0.7% | - |
| XYZ | 25.92 | 24.25 | 3.31 | - |
| YUV | 126.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 0 | 0 | 0.30 | 1 | 0.30 | 41.9 | 1 | 0.35 |
| Hex | B3 | 7D | 0 | 0 | 1E | 64 | 1E | 2A | 64 | 23 |
| Octal | 263 | 175 | 0 | 0 | 36 | 144 | 36 | 52 | 144 | 43 |
| Binary | 10110011 | 1111101 | 0 | 0 | 11110 | 1100100 | 11110 | 101010 | 1100100 | 100011 |
Color Harmonies of #B37D00
Complementary color
Monochromatic Colors of #B37D00
Black with #B37D00
Text Example
Text Example
White with #B37D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D00; }
p { color: rgb(179,125,0); }
H1.HeaderClassName
{
color: #B37D00;
}
.AnyTagClassName
{
color: #B37D00;
}
</style>
background-color css
<style>
a { background-color: #B37D00; }
a { background-color: rgb(179,125,0); }
div.DivClassName
{
background-color: #B37D00;
}
.BgClassName
{
background-color: #B37D00;
}
</style>
border-color css
<style>
span { border-color: #B37D00; }
span { border-color: rgb(179,125,0); }
td.TdClassName
{
border-color: #B37D00;
}
.TagClassName
{
border-color: #B37D00;
}
</style>