Shades of Dark Goldenrod #B8800A
Tints of Dark Goldenrod #B8800A
RGB
CMYK
RGB Variations
Color information
#B8800A (or 0xB8800A) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 0A. RGB value is (184,128,10). Sum of RGB (Red+Green+Blue) = 184+128+10=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B8800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8800A is #477FF5. Grayscale: #838383. Windows color (decimal): -4685814 or 688312. OLE color: 688312.
HSL color Cylindrical-coordinate representation of color #B8800A: hue angle of 40.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8800A is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 10 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.28 |
| HSL | 40.69º | 0.9% | 0.38% | - |
| HSV(B) | 40.69º | 0.95% | 0.72% | - |
| XYZ | 27.54 | 25.65 | 3.79 | - |
| YUV | 131.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 10 | 0 | 0.30 | 0.95 | 0.28 | 40.69 | 0.9 | 0.38 |
| Hex | B8 | 80 | A | 0 | 1E | 5F | 1C | 29 | 5A | 26 |
| Octal | 270 | 200 | 12 | 0 | 36 | 137 | 34 | 51 | 132 | 46 |
| Binary | 10111000 | 10000000 | 1010 | 0 | 11110 | 1011111 | 11100 | 101001 | 1011010 | 100110 |
Color Harmonies of #B8800A
Complementary color
Monochromatic Colors of #B8800A
Black with #B8800A
Text Example
Text Example
White with #B8800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8800A; }
p { color: rgb(184,128,10); }
H1.HeaderClassName
{
color: #B8800A;
}
.AnyTagClassName
{
color: #B8800A;
}
</style>
background-color css
<style>
a { background-color: #B8800A; }
a { background-color: rgb(184,128,10); }
div.DivClassName
{
background-color: #B8800A;
}
.BgClassName
{
background-color: #B8800A;
}
</style>
border-color css
<style>
span { border-color: #B8800A; }
span { border-color: rgb(184,128,10); }
td.TdClassName
{
border-color: #B8800A;
}
.TagClassName
{
border-color: #B8800A;
}
</style>