Shades of Dark Goldenrod #B38D12
Tints of Dark Goldenrod #B38D12
RGB
CMYK
RGB Variations
Color information
#B38D12 (or 0xB38D12) is known color: Dark Goldenrod. HEX triplet: B3, 8D and 12. RGB value is (179,141,18). Sum of RGB (Red+Green+Blue) = 179+141+18=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D12 is #4C72ED. Grayscale: #8A8A8A. Windows color (decimal): -5010158 or 1215923. OLE color: 1215923.
HSL color Cylindrical-coordinate representation of color #B38D12: hue angle of 45.84º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B38D12 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 18 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.30 |
| HSL | 45.84º | 0.82% | 0.39% | - |
| HSV(B) | 45.84º | 0.9% | 0.7% | - |
| XYZ | 28.22 | 28.68 | 4.62 | - |
| YUV | 138.34 | 60.09 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 18 | 0 | 0.21 | 0.90 | 0.30 | 45.84 | 0.82 | 0.39 |
| Hex | B3 | 8D | 12 | 0 | 15 | 5A | 1E | 2E | 52 | 27 |
| Octal | 263 | 215 | 22 | 0 | 25 | 132 | 36 | 56 | 122 | 47 |
| Binary | 10110011 | 10001101 | 10010 | 0 | 10101 | 1011010 | 11110 | 101110 | 1010010 | 100111 |
Color Harmonies of #B38D12
Complementary color
Monochromatic Colors of #B38D12
Black with #B38D12
Text Example
Text Example
White with #B38D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D12; }
p { color: rgb(179,141,18); }
H1.HeaderClassName
{
color: #B38D12;
}
.AnyTagClassName
{
color: #B38D12;
}
</style>
background-color css
<style>
a { background-color: #B38D12; }
a { background-color: rgb(179,141,18); }
div.DivClassName
{
background-color: #B38D12;
}
.BgClassName
{
background-color: #B38D12;
}
</style>
border-color css
<style>
span { border-color: #B38D12; }
span { border-color: rgb(179,141,18); }
td.TdClassName
{
border-color: #B38D12;
}
.TagClassName
{
border-color: #B38D12;
}
</style>