Shades of Dark Goldenrod #B37F0D
Tints of Dark Goldenrod #B37F0D
RGB
CMYK
RGB Variations
Color information
#B37F0D (or 0xB37F0D) is known color: Dark Goldenrod. HEX triplet: B3, 7F and 0D. RGB value is (179,127,13). Sum of RGB (Red+Green+Blue) = 179+127+13=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37F0D is #4C80F2. Grayscale: #828282. Windows color (decimal): -5013747 or 884659. OLE color: 884659.
HSL color Cylindrical-coordinate representation of color #B37F0D: hue angle of 41.2º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B37F0D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 13 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.30 |
| HSL | 41.2º | 0.86% | 0.38% | - |
| HSV(B) | 41.2º | 0.93% | 0.7% | - |
| XYZ | 26.25 | 24.79 | 3.78 | - |
| YUV | 129.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 13 | 0 | 0.29 | 0.93 | 0.30 | 41.2 | 0.86 | 0.38 |
| Hex | B3 | 7F | D | 0 | 1D | 5D | 1E | 29 | 56 | 26 |
| Octal | 263 | 177 | 15 | 0 | 35 | 135 | 36 | 51 | 126 | 46 |
| Binary | 10110011 | 1111111 | 1101 | 0 | 11101 | 1011101 | 11110 | 101001 | 1010110 | 100110 |
Color Harmonies of #B37F0D
Complementary color
Monochromatic Colors of #B37F0D
Black with #B37F0D
Text Example
Text Example
White with #B37F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F0D; }
p { color: rgb(179,127,13); }
H1.HeaderClassName
{
color: #B37F0D;
}
.AnyTagClassName
{
color: #B37F0D;
}
</style>
background-color css
<style>
a { background-color: #B37F0D; }
a { background-color: rgb(179,127,13); }
div.DivClassName
{
background-color: #B37F0D;
}
.BgClassName
{
background-color: #B37F0D;
}
</style>
border-color css
<style>
span { border-color: #B37F0D; }
span { border-color: rgb(179,127,13); }
td.TdClassName
{
border-color: #B37F0D;
}
.TagClassName
{
border-color: #B37F0D;
}
</style>