Shades of Dark Goldenrod #B78400
Tints of Dark Goldenrod #B78400
RGB
CMYK
RGB Variations
Color information
#B78400 (or 0xB78400) is known color: Dark Goldenrod. HEX triplet: B7, 84 and 00. RGB value is (183,132,0). Sum of RGB (Red+Green+Blue) = 183+132+0=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B78400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78400 is #487BFF. Grayscale: #848484. Windows color (decimal): -4750336 or 33975. OLE color: 33975.
HSL color Cylindrical-coordinate representation of color #B78400: hue angle of 43.28º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B78400 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.28 |
| HSL | 43.28º | 1% | 0.36% | - |
| HSV(B) | 43.28º | 1% | 0.72% | - |
| XYZ | 27.78 | 26.57 | 3.66 | - |
| YUV | 132.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 0 | 0 | 0.28 | 1 | 0.28 | 43.28 | 1 | 0.36 |
| Hex | B7 | 84 | 0 | 0 | 1C | 64 | 1C | 2B | 64 | 24 |
| Octal | 267 | 204 | 0 | 0 | 34 | 144 | 34 | 53 | 144 | 44 |
| Binary | 10110111 | 10000100 | 0 | 0 | 11100 | 1100100 | 11100 | 101011 | 1100100 | 100100 |
Color Harmonies of #B78400
Complementary color
Monochromatic Colors of #B78400
Black with #B78400
Text Example
Text Example
White with #B78400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78400; }
p { color: rgb(183,132,0); }
H1.HeaderClassName
{
color: #B78400;
}
.AnyTagClassName
{
color: #B78400;
}
</style>
background-color css
<style>
a { background-color: #B78400; }
a { background-color: rgb(183,132,0); }
div.DivClassName
{
background-color: #B78400;
}
.BgClassName
{
background-color: #B78400;
}
</style>
border-color css
<style>
span { border-color: #B78400; }
span { border-color: rgb(183,132,0); }
td.TdClassName
{
border-color: #B78400;
}
.TagClassName
{
border-color: #B78400;
}
</style>