Shades of Dark Goldenrod #B78314
Tints of Dark Goldenrod #B78314
RGB
CMYK
RGB Variations
Color information
#B78314 (or 0xB78314) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 14. RGB value is (183,131,20). Sum of RGB (Red+Green+Blue) = 183+131+20=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B78314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78314 is #487CEB. Grayscale: #868686. Windows color (decimal): -4750572 or 1344439. OLE color: 1344439.
HSL color Cylindrical-coordinate representation of color #B78314: hue angle of 40.86º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B78314 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 20 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.28 |
| HSL | 40.86º | 0.8% | 0.4% | - |
| HSV(B) | 40.86º | 0.89% | 0.72% | - |
| XYZ | 27.77 | 26.35 | 4.28 | - |
| YUV | 133.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 20 | 0 | 0.28 | 0.89 | 0.28 | 40.86 | 0.8 | 0.4 |
| Hex | B7 | 83 | 14 | 0 | 1C | 59 | 1C | 29 | 50 | 28 |
| Octal | 267 | 203 | 24 | 0 | 34 | 131 | 34 | 51 | 120 | 50 |
| Binary | 10110111 | 10000011 | 10100 | 0 | 11100 | 1011001 | 11100 | 101001 | 1010000 | 101000 |
Color Harmonies of #B78314
Complementary color
Monochromatic Colors of #B78314
Black with #B78314
Text Example
Text Example
White with #B78314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78314; }
p { color: rgb(183,131,20); }
H1.HeaderClassName
{
color: #B78314;
}
.AnyTagClassName
{
color: #B78314;
}
</style>
background-color css
<style>
a { background-color: #B78314; }
a { background-color: rgb(183,131,20); }
div.DivClassName
{
background-color: #B78314;
}
.BgClassName
{
background-color: #B78314;
}
</style>
border-color css
<style>
span { border-color: #B78314; }
span { border-color: rgb(183,131,20); }
td.TdClassName
{
border-color: #B78314;
}
.TagClassName
{
border-color: #B78314;
}
</style>