Shades of Dark Goldenrod #B38D0A
Tints of Dark Goldenrod #B38D0A
RGB
CMYK
RGB Variations
Color information
#B38D0A (or 0xB38D0A) is known color: Dark Goldenrod. HEX triplet: B3, 8D and 0A. RGB value is (179,141,10). Sum of RGB (Red+Green+Blue) = 179+141+10=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D0A is #4C72F5. Grayscale: #898989. Windows color (decimal): -5010166 or 691635. OLE color: 691635.
HSL color Cylindrical-coordinate representation of color #B38D0A: hue angle of 46.51º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B38D0A is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 10 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.30 |
| HSL | 46.51º | 0.89% | 0.37% | - |
| HSV(B) | 46.51º | 0.94% | 0.7% | - |
| XYZ | 28.17 | 28.66 | 4.33 | - |
| YUV | 137.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 10 | 0 | 0.21 | 0.94 | 0.30 | 46.51 | 0.89 | 0.37 |
| Hex | B3 | 8D | A | 0 | 15 | 5E | 1E | 2F | 59 | 25 |
| Octal | 263 | 215 | 12 | 0 | 25 | 136 | 36 | 57 | 131 | 45 |
| Binary | 10110011 | 10001101 | 1010 | 0 | 10101 | 1011110 | 11110 | 101111 | 1011001 | 100101 |
Color Harmonies of #B38D0A
Complementary color
Monochromatic Colors of #B38D0A
Black with #B38D0A
Text Example
Text Example
White with #B38D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D0A; }
p { color: rgb(179,141,10); }
H1.HeaderClassName
{
color: #B38D0A;
}
.AnyTagClassName
{
color: #B38D0A;
}
</style>
background-color css
<style>
a { background-color: #B38D0A; }
a { background-color: rgb(179,141,10); }
div.DivClassName
{
background-color: #B38D0A;
}
.BgClassName
{
background-color: #B38D0A;
}
</style>
border-color css
<style>
span { border-color: #B38D0A; }
span { border-color: rgb(179,141,10); }
td.TdClassName
{
border-color: #B38D0A;
}
.TagClassName
{
border-color: #B38D0A;
}
</style>