Shades of Dark Goldenrod #B37D01
Tints of Dark Goldenrod #B37D01
RGB
CMYK
RGB Variations
Color information
#B37D01 (or 0xB37D01) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 01. RGB value is (179,125,1). Sum of RGB (Red+Green+Blue) = 179+125+1=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D01 is #4C82FE. Grayscale: #7F7F7F. Windows color (decimal): -5014271 or 97715. OLE color: 97715.
HSL color Cylindrical-coordinate representation of color #B37D01: hue angle of 41.8º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B37D01 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.30 |
| HSL | 41.8º | 0.99% | 0.35% | - |
| HSV(B) | 41.8º | 0.99% | 0.7% | - |
| XYZ | 25.93 | 24.25 | 3.34 | - |
| YUV | 127.01 | 56.89 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 1 | 0 | 0.30 | 0.99 | 0.30 | 41.8 | 0.99 | 0.35 |
| Hex | B3 | 7D | 1 | 0 | 1E | 63 | 1E | 2A | 63 | 23 |
| Octal | 263 | 175 | 1 | 0 | 36 | 143 | 36 | 52 | 143 | 43 |
| Binary | 10110011 | 1111101 | 1 | 0 | 11110 | 1100011 | 11110 | 101010 | 1100011 | 100011 |
Color Harmonies of #B37D01
Complementary color
Monochromatic Colors of #B37D01
Black with #B37D01
Text Example
Text Example
White with #B37D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D01; }
p { color: rgb(179,125,1); }
H1.HeaderClassName
{
color: #B37D01;
}
.AnyTagClassName
{
color: #B37D01;
}
</style>
background-color css
<style>
a { background-color: #B37D01; }
a { background-color: rgb(179,125,1); }
div.DivClassName
{
background-color: #B37D01;
}
.BgClassName
{
background-color: #B37D01;
}
</style>
border-color css
<style>
span { border-color: #B37D01; }
span { border-color: rgb(179,125,1); }
td.TdClassName
{
border-color: #B37D01;
}
.TagClassName
{
border-color: #B37D01;
}
</style>