Shades of Dark Goldenrod #B38D05
Tints of Dark Goldenrod #B38D05
RGB
CMYK
RGB Variations
Color information
#B38D05 (or 0xB38D05) is known color: Dark Goldenrod. HEX triplet: B3, 8D and 05. RGB value is (179,141,5). Sum of RGB (Red+Green+Blue) = 179+141+5=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38D05 is #4C72FA. Grayscale: #898989. Windows color (decimal): -5010171 or 363955. OLE color: 363955.
HSL color Cylindrical-coordinate representation of color #B38D05: hue angle of 46.9º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B38D05 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.30 |
| HSL | 46.9º | 0.95% | 0.36% | - |
| HSV(B) | 46.9º | 0.97% | 0.7% | - |
| XYZ | 28.14 | 28.64 | 4.19 | - |
| YUV | 136.86 | 53.59 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 5 | 0 | 0.21 | 0.97 | 0.30 | 46.9 | 0.95 | 0.36 |
| Hex | B3 | 8D | 5 | 0 | 15 | 61 | 1E | 2F | 5F | 24 |
| Octal | 263 | 215 | 5 | 0 | 25 | 141 | 36 | 57 | 137 | 44 |
| Binary | 10110011 | 10001101 | 101 | 0 | 10101 | 1100001 | 11110 | 101111 | 1011111 | 100100 |
Color Harmonies of #B38D05
Complementary color
Monochromatic Colors of #B38D05
Black with #B38D05
Text Example
Text Example
White with #B38D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D05; }
p { color: rgb(179,141,5); }
H1.HeaderClassName
{
color: #B38D05;
}
.AnyTagClassName
{
color: #B38D05;
}
</style>
background-color css
<style>
a { background-color: #B38D05; }
a { background-color: rgb(179,141,5); }
div.DivClassName
{
background-color: #B38D05;
}
.BgClassName
{
background-color: #B38D05;
}
</style>
border-color css
<style>
span { border-color: #B38D05; }
span { border-color: rgb(179,141,5); }
td.TdClassName
{
border-color: #B38D05;
}
.TagClassName
{
border-color: #B38D05;
}
</style>