Shades of Dark Goldenrod #B37D08
Tints of Dark Goldenrod #B37D08
RGB
CMYK
RGB Variations
Color information
#B37D08 (or 0xB37D08) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 08. RGB value is (179,125,8). Sum of RGB (Red+Green+Blue) = 179+125+8=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D08 is #4C82F7. Grayscale: #808080. Windows color (decimal): -5014264 or 556467. OLE color: 556467.
HSL color Cylindrical-coordinate representation of color #B37D08: hue angle of 41.05º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B37D08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.30 |
| HSL | 41.05º | 0.91% | 0.37% | - |
| HSV(B) | 41.05º | 0.96% | 0.7% | - |
| XYZ | 25.97 | 24.27 | 3.55 | - |
| YUV | 127.81 | 60.39 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 8 | 0 | 0.30 | 0.96 | 0.30 | 41.05 | 0.91 | 0.37 |
| Hex | B3 | 7D | 8 | 0 | 1E | 60 | 1E | 29 | 5B | 25 |
| Octal | 263 | 175 | 10 | 0 | 36 | 140 | 36 | 51 | 133 | 45 |
| Binary | 10110011 | 1111101 | 1000 | 0 | 11110 | 1100000 | 11110 | 101001 | 1011011 | 100101 |
Color Harmonies of #B37D08
Complementary color
Monochromatic Colors of #B37D08
Black with #B37D08
Text Example
Text Example
White with #B37D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D08; }
p { color: rgb(179,125,8); }
H1.HeaderClassName
{
color: #B37D08;
}
.AnyTagClassName
{
color: #B37D08;
}
</style>
background-color css
<style>
a { background-color: #B37D08; }
a { background-color: rgb(179,125,8); }
div.DivClassName
{
background-color: #B37D08;
}
.BgClassName
{
background-color: #B37D08;
}
</style>
border-color css
<style>
span { border-color: #B37D08; }
span { border-color: rgb(179,125,8); }
td.TdClassName
{
border-color: #B37D08;
}
.TagClassName
{
border-color: #B37D08;
}
</style>