Shades of Dark Goldenrod #B38D16
Tints of Dark Goldenrod #B38D16
RGB
CMYK
RGB Variations
Color information
#B38D16 (or 0xB38D16) is known color: Dark Goldenrod. HEX triplet: B3, 8D and 16. RGB value is (179,141,22). Sum of RGB (Red+Green+Blue) = 179+141+22=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D16 is #4C72E9. Grayscale: #8B8B8B. Windows color (decimal): -5010154 or 1478067. OLE color: 1478067.
HSL color Cylindrical-coordinate representation of color #B38D16: hue angle of 45.48º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B38D16 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 22 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.30 |
| HSL | 45.48º | 0.78% | 0.39% | - |
| HSV(B) | 45.48º | 0.88% | 0.7% | - |
| XYZ | 28.26 | 28.69 | 4.81 | - |
| YUV | 138.8 | 62.09 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 22 | 0 | 0.21 | 0.88 | 0.30 | 45.48 | 0.78 | 0.39 |
| Hex | B3 | 8D | 16 | 0 | 15 | 58 | 1E | 2D | 4E | 27 |
| Octal | 263 | 215 | 26 | 0 | 25 | 130 | 36 | 55 | 116 | 47 |
| Binary | 10110011 | 10001101 | 10110 | 0 | 10101 | 1011000 | 11110 | 101101 | 1001110 | 100111 |
Color Harmonies of #B38D16
Complementary color
Monochromatic Colors of #B38D16
Black with #B38D16
Text Example
Text Example
White with #B38D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D16; }
p { color: rgb(179,141,22); }
H1.HeaderClassName
{
color: #B38D16;
}
.AnyTagClassName
{
color: #B38D16;
}
</style>
background-color css
<style>
a { background-color: #B38D16; }
a { background-color: rgb(179,141,22); }
div.DivClassName
{
background-color: #B38D16;
}
.BgClassName
{
background-color: #B38D16;
}
</style>
border-color css
<style>
span { border-color: #B38D16; }
span { border-color: rgb(179,141,22); }
td.TdClassName
{
border-color: #B38D16;
}
.TagClassName
{
border-color: #B38D16;
}
</style>