Shades of Dark Goldenrod #B8800D
Tints of Dark Goldenrod #B8800D
RGB
CMYK
RGB Variations
Color information
#B8800D (or 0xB8800D) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 0D. RGB value is (184,128,13). Sum of RGB (Red+Green+Blue) = 184+128+13=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8800D is #477FF2. Grayscale: #848484. Windows color (decimal): -4685811 or 884920. OLE color: 884920.
HSL color Cylindrical-coordinate representation of color #B8800D: hue angle of 40.35º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8800D is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 13 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.28 |
| HSL | 40.35º | 0.87% | 0.39% | - |
| HSV(B) | 40.35º | 0.93% | 0.72% | - |
| XYZ | 27.56 | 25.66 | 3.88 | - |
| YUV | 131.63 | 61.05 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 13 | 0 | 0.30 | 0.93 | 0.28 | 40.35 | 0.87 | 0.39 |
| Hex | B8 | 80 | D | 0 | 1E | 5D | 1C | 28 | 57 | 27 |
| Octal | 270 | 200 | 15 | 0 | 36 | 135 | 34 | 50 | 127 | 47 |
| Binary | 10111000 | 10000000 | 1101 | 0 | 11110 | 1011101 | 11100 | 101000 | 1010111 | 100111 |
Color Harmonies of #B8800D
Complementary color
Monochromatic Colors of #B8800D
Black with #B8800D
Text Example
Text Example
White with #B8800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8800D; }
p { color: rgb(184,128,13); }
H1.HeaderClassName
{
color: #B8800D;
}
.AnyTagClassName
{
color: #B8800D;
}
</style>
background-color css
<style>
a { background-color: #B8800D; }
a { background-color: rgb(184,128,13); }
div.DivClassName
{
background-color: #B8800D;
}
.BgClassName
{
background-color: #B8800D;
}
</style>
border-color css
<style>
span { border-color: #B8800D; }
span { border-color: rgb(184,128,13); }
td.TdClassName
{
border-color: #B8800D;
}
.TagClassName
{
border-color: #B8800D;
}
</style>