Shades of Dark Goldenrod #B78D0D
Tints of Dark Goldenrod #B78D0D
RGB
CMYK
RGB Variations
Color information
#B78D0D (or 0xB78D0D) is known color: Dark Goldenrod. HEX triplet: B7, 8D and 0D. RGB value is (183,141,13). Sum of RGB (Red+Green+Blue) = 183+141+13=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78D0D is #4872F2. Grayscale: #8B8B8B. Windows color (decimal): -4748019 or 888247. OLE color: 888247.
HSL color Cylindrical-coordinate representation of color #B78D0D: hue angle of 45.18º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B78D0D is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 141 | 13 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.28 |
| HSL | 45.18º | 0.87% | 0.38% | - |
| HSV(B) | 45.18º | 0.93% | 0.72% | - |
| XYZ | 29.13 | 29.15 | 4.47 | - |
| YUV | 138.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 13 | 0 | 0.23 | 0.93 | 0.28 | 45.18 | 0.87 | 0.38 |
| Hex | B7 | 8D | D | 0 | 17 | 5D | 1C | 2D | 57 | 26 |
| Octal | 267 | 215 | 15 | 0 | 27 | 135 | 34 | 55 | 127 | 46 |
| Binary | 10110111 | 10001101 | 1101 | 0 | 10111 | 1011101 | 11100 | 101101 | 1010111 | 100110 |
Color Harmonies of #B78D0D
Complementary color
Monochromatic Colors of #B78D0D
Black with #B78D0D
Text Example
Text Example
White with #B78D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78D0D; }
p { color: rgb(183,141,13); }
H1.HeaderClassName
{
color: #B78D0D;
}
.AnyTagClassName
{
color: #B78D0D;
}
</style>
background-color css
<style>
a { background-color: #B78D0D; }
a { background-color: rgb(183,141,13); }
div.DivClassName
{
background-color: #B78D0D;
}
.BgClassName
{
background-color: #B78D0D;
}
</style>
border-color css
<style>
span { border-color: #B78D0D; }
span { border-color: rgb(183,141,13); }
td.TdClassName
{
border-color: #B78D0D;
}
.TagClassName
{
border-color: #B78D0D;
}
</style>