Shades of Dark Goldenrod #B09800
Tints of Dark Goldenrod #B09800
RGB
CMYK
RGB Variations
Color information
#B09800 (or 0xB09800) is known color: Dark Goldenrod. HEX triplet: B0, 98 and 00. RGB value is (176,152,0). Sum of RGB (Red+Green+Blue) = 176+152+0=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B09800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09800 is #4F67FF. Grayscale: #8E8E8E. Windows color (decimal): -5203968 or 39088. OLE color: 39088.
HSL color Cylindrical-coordinate representation of color #B09800: hue angle of 51.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B09800 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 152 | 0 | - |
| CMYK | 0 | 0.14 | 1 | 0.31 |
| HSL | 51.82º | 1% | 0.35% | - |
| HSV(B) | 51.82º | 1% | 0.69% | - |
| XYZ | 29.13 | 31.69 | 4.58 | - |
| YUV | 141.85 | 47.95 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 152 | 0 | 0 | 0.14 | 1 | 0.31 | 51.82 | 1 | 0.35 |
| Hex | B0 | 98 | 0 | 0 | E | 64 | 1F | 34 | 64 | 23 |
| Octal | 260 | 230 | 0 | 0 | 16 | 144 | 37 | 64 | 144 | 43 |
| Binary | 10110000 | 10011000 | 0 | 0 | 1110 | 1100100 | 11111 | 110100 | 1100100 | 100011 |
Color Harmonies of #B09800
Complementary color
Monochromatic Colors of #B09800
Black with #B09800
Text Example
Text Example
White with #B09800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09800; }
p { color: rgb(176,152,0); }
H1.HeaderClassName
{
color: #B09800;
}
.AnyTagClassName
{
color: #B09800;
}
</style>
background-color css
<style>
a { background-color: #B09800; }
a { background-color: rgb(176,152,0); }
div.DivClassName
{
background-color: #B09800;
}
.BgClassName
{
background-color: #B09800;
}
</style>
border-color css
<style>
span { border-color: #B09800; }
span { border-color: rgb(176,152,0); }
td.TdClassName
{
border-color: #B09800;
}
.TagClassName
{
border-color: #B09800;
}
</style>