Shades of Dark Goldenrod #B48D0D
Tints of Dark Goldenrod #B48D0D
RGB
CMYK
RGB Variations
Color information
#B48D0D (or 0xB48D0D) is known color: Dark Goldenrod. HEX triplet: B4, 8D and 0D. RGB value is (180,141,13). Sum of RGB (Red+Green+Blue) = 180+141+13=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48D0D is #4B72F2. Grayscale: #8A8A8A. Windows color (decimal): -4944627 or 888244. OLE color: 888244.
HSL color Cylindrical-coordinate representation of color #B48D0D: hue angle of 45.99º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B48D0D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.29 |
| HSL | 45.99º | 0.87% | 0.38% | - |
| HSV(B) | 45.99º | 0.93% | 0.71% | - |
| XYZ | 28.42 | 28.78 | 4.44 | - |
| YUV | 138.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 13 | 0 | 0.22 | 0.93 | 0.29 | 45.99 | 0.87 | 0.38 |
| Hex | B4 | 8D | D | 0 | 16 | 5D | 1D | 2E | 57 | 26 |
| Octal | 264 | 215 | 15 | 0 | 26 | 135 | 35 | 56 | 127 | 46 |
| Binary | 10110100 | 10001101 | 1101 | 0 | 10110 | 1011101 | 11101 | 101110 | 1010111 | 100110 |
Color Harmonies of #B48D0D
Complementary color
Monochromatic Colors of #B48D0D
Black with #B48D0D
Text Example
Text Example
White with #B48D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D0D; }
p { color: rgb(180,141,13); }
H1.HeaderClassName
{
color: #B48D0D;
}
.AnyTagClassName
{
color: #B48D0D;
}
</style>
background-color css
<style>
a { background-color: #B48D0D; }
a { background-color: rgb(180,141,13); }
div.DivClassName
{
background-color: #B48D0D;
}
.BgClassName
{
background-color: #B48D0D;
}
</style>
border-color css
<style>
span { border-color: #B48D0D; }
span { border-color: rgb(180,141,13); }
td.TdClassName
{
border-color: #B48D0D;
}
.TagClassName
{
border-color: #B48D0D;
}
</style>