Shades of Dark Goldenrod #B38C0E
Tints of Dark Goldenrod #B38C0E
RGB
CMYK
RGB Variations
Color information
#B38C0E (or 0xB38C0E) is known color: Dark Goldenrod. HEX triplet: B3, 8C and 0E. RGB value is (179,140,14). Sum of RGB (Red+Green+Blue) = 179+140+14=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38C0E is #4C73F1. Grayscale: #898989. Windows color (decimal): -5010418 or 953523. OLE color: 953523.
HSL color Cylindrical-coordinate representation of color #B38C0E: hue angle of 45.82º 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 #B38C0E is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 14 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.30 |
| HSL | 45.82º | 0.85% | 0.38% | - |
| HSV(B) | 45.82º | 0.92% | 0.7% | - |
| XYZ | 28.05 | 28.37 | 4.41 | - |
| YUV | 137.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 14 | 0 | 0.22 | 0.92 | 0.30 | 45.82 | 0.85 | 0.38 |
| Hex | B3 | 8C | E | 0 | 16 | 5C | 1E | 2E | 55 | 26 |
| Octal | 263 | 214 | 16 | 0 | 26 | 134 | 36 | 56 | 125 | 46 |
| Binary | 10110011 | 10001100 | 1110 | 0 | 10110 | 1011100 | 11110 | 101110 | 1010101 | 100110 |
Color Harmonies of #B38C0E
Complementary color
Monochromatic Colors of #B38C0E
Black with #B38C0E
Text Example
Text Example
White with #B38C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C0E; }
p { color: rgb(179,140,14); }
H1.HeaderClassName
{
color: #B38C0E;
}
.AnyTagClassName
{
color: #B38C0E;
}
</style>
background-color css
<style>
a { background-color: #B38C0E; }
a { background-color: rgb(179,140,14); }
div.DivClassName
{
background-color: #B38C0E;
}
.BgClassName
{
background-color: #B38C0E;
}
</style>
border-color css
<style>
span { border-color: #B38C0E; }
span { border-color: rgb(179,140,14); }
td.TdClassName
{
border-color: #B38C0E;
}
.TagClassName
{
border-color: #B38C0E;
}
</style>