Shades of Dark Goldenrod #B38D10
Tints of Dark Goldenrod #B38D10
RGB
CMYK
RGB Variations
Color information
#B38D10 (or 0xB38D10) is known color: Dark Goldenrod. HEX triplet: B3, 8D and 10. RGB value is (179,141,16). Sum of RGB (Red+Green+Blue) = 179+141+16=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D10 is #4C72EF. Grayscale: #8A8A8A. Windows color (decimal): -5010160 or 1084851. OLE color: 1084851.
HSL color Cylindrical-coordinate representation of color #B38D10: hue angle of 46.01º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B38D10 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 16 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.30 |
| HSL | 46.01º | 0.84% | 0.38% | - |
| HSV(B) | 46.01º | 0.91% | 0.7% | - |
| XYZ | 28.21 | 28.67 | 4.54 | - |
| YUV | 138.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 16 | 0 | 0.21 | 0.91 | 0.30 | 46.01 | 0.84 | 0.38 |
| Hex | B3 | 8D | 10 | 0 | 15 | 5B | 1E | 2E | 54 | 26 |
| Octal | 263 | 215 | 20 | 0 | 25 | 133 | 36 | 56 | 124 | 46 |
| Binary | 10110011 | 10001101 | 10000 | 0 | 10101 | 1011011 | 11110 | 101110 | 1010100 | 100110 |
Color Harmonies of #B38D10
Complementary color
Monochromatic Colors of #B38D10
Black with #B38D10
Text Example
Text Example
White with #B38D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D10; }
p { color: rgb(179,141,16); }
H1.HeaderClassName
{
color: #B38D10;
}
.AnyTagClassName
{
color: #B38D10;
}
</style>
background-color css
<style>
a { background-color: #B38D10; }
a { background-color: rgb(179,141,16); }
div.DivClassName
{
background-color: #B38D10;
}
.BgClassName
{
background-color: #B38D10;
}
</style>
border-color css
<style>
span { border-color: #B38D10; }
span { border-color: rgb(179,141,16); }
td.TdClassName
{
border-color: #B38D10;
}
.TagClassName
{
border-color: #B38D10;
}
</style>