Shades of Dark Goldenrod #B37D02
Tints of Dark Goldenrod #B37D02
RGB
CMYK
RGB Variations
Color information
#B37D02 (or 0xB37D02) is known color: Dark Goldenrod. HEX triplet: B3, 7D and 02. RGB value is (179,125,2). Sum of RGB (Red+Green+Blue) = 179+125+2=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37D02 is #4C82FD. Grayscale: #7F7F7F. Windows color (decimal): -5014270 or 163251. OLE color: 163251.
HSL color Cylindrical-coordinate representation of color #B37D02: hue angle of 41.69º degrees, saturation: 0.98, 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 #B37D02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.30 |
| HSL | 41.69º | 0.98% | 0.35% | - |
| HSV(B) | 41.69º | 0.99% | 0.7% | - |
| XYZ | 25.93 | 24.26 | 3.37 | - |
| YUV | 127.12 | 57.39 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 2 | 0 | 0.30 | 0.99 | 0.30 | 41.69 | 0.98 | 0.35 |
| Hex | B3 | 7D | 2 | 0 | 1E | 63 | 1E | 2A | 62 | 23 |
| Octal | 263 | 175 | 2 | 0 | 36 | 143 | 36 | 52 | 142 | 43 |
| Binary | 10110011 | 1111101 | 10 | 0 | 11110 | 1100011 | 11110 | 101010 | 1100010 | 100011 |
Color Harmonies of #B37D02
Complementary color
Monochromatic Colors of #B37D02
Black with #B37D02
Text Example
Text Example
White with #B37D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D02; }
p { color: rgb(179,125,2); }
H1.HeaderClassName
{
color: #B37D02;
}
.AnyTagClassName
{
color: #B37D02;
}
</style>
background-color css
<style>
a { background-color: #B37D02; }
a { background-color: rgb(179,125,2); }
div.DivClassName
{
background-color: #B37D02;
}
.BgClassName
{
background-color: #B37D02;
}
</style>
border-color css
<style>
span { border-color: #B37D02; }
span { border-color: rgb(179,125,2); }
td.TdClassName
{
border-color: #B37D02;
}
.TagClassName
{
border-color: #B37D02;
}
</style>