Shades of Dark Goldenrod #B38D0E
Tints of Dark Goldenrod #B38D0E
RGB
CMYK
RGB Variations
Color information
#B38D0E (or 0xB38D0E) is known color: Dark Goldenrod. HEX triplet: B3, 8D and 0E. RGB value is (179,141,14). Sum of RGB (Red+Green+Blue) = 179+141+14=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D0E is #4C72F1. Grayscale: #8A8A8A. Windows color (decimal): -5010162 or 953779. OLE color: 953779.
HSL color Cylindrical-coordinate representation of color #B38D0E: hue angle of 46.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B38D0E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.30 |
| HSL | 46.18º | 0.85% | 0.38% | - |
| HSV(B) | 46.18º | 0.92% | 0.7% | - |
| XYZ | 28.19 | 28.67 | 4.46 | - |
| YUV | 137.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 14 | 0 | 0.21 | 0.92 | 0.30 | 46.18 | 0.85 | 0.38 |
| Hex | B3 | 8D | E | 0 | 15 | 5C | 1E | 2E | 55 | 26 |
| Octal | 263 | 215 | 16 | 0 | 25 | 134 | 36 | 56 | 125 | 46 |
| Binary | 10110011 | 10001101 | 1110 | 0 | 10101 | 1011100 | 11110 | 101110 | 1010101 | 100110 |
Color Harmonies of #B38D0E
Complementary color
Monochromatic Colors of #B38D0E
Black with #B38D0E
Text Example
Text Example
White with #B38D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D0E; }
p { color: rgb(179,141,14); }
H1.HeaderClassName
{
color: #B38D0E;
}
.AnyTagClassName
{
color: #B38D0E;
}
</style>
background-color css
<style>
a { background-color: #B38D0E; }
a { background-color: rgb(179,141,14); }
div.DivClassName
{
background-color: #B38D0E;
}
.BgClassName
{
background-color: #B38D0E;
}
</style>
border-color css
<style>
span { border-color: #B38D0E; }
span { border-color: rgb(179,141,14); }
td.TdClassName
{
border-color: #B38D0E;
}
.TagClassName
{
border-color: #B38D0E;
}
</style>