Shades of Dark Goldenrod #B29801
Tints of Dark Goldenrod #B29801
RGB
CMYK
RGB Variations
Color information
#B29801 (or 0xB29801) is known color: Dark Goldenrod. HEX triplet: B2, 98 and 01. RGB value is (178,152,1). Sum of RGB (Red+Green+Blue) = 178+152+1=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B29801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29801 is #4D67FE. Grayscale: #8F8F8F. Windows color (decimal): -5072895 or 104626. OLE color: 104626.
HSL color Cylindrical-coordinate representation of color #B29801: hue angle of 51.19º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B29801 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 152 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.30 |
| HSL | 51.19º | 0.99% | 0.35% | - |
| HSV(B) | 51.19º | 0.99% | 0.7% | - |
| XYZ | 29.59 | 31.92 | 4.63 | - |
| YUV | 142.56 | 48.11 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 152 | 1 | 0 | 0.15 | 0.99 | 0.30 | 51.19 | 0.99 | 0.35 |
| Hex | B2 | 98 | 1 | 0 | F | 63 | 1E | 33 | 63 | 23 |
| Octal | 262 | 230 | 1 | 0 | 17 | 143 | 36 | 63 | 143 | 43 |
| Binary | 10110010 | 10011000 | 1 | 0 | 1111 | 1100011 | 11110 | 110011 | 1100011 | 100011 |
Color Harmonies of #B29801
Complementary color
Monochromatic Colors of #B29801
Black with #B29801
Text Example
Text Example
White with #B29801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29801; }
p { color: rgb(178,152,1); }
H1.HeaderClassName
{
color: #B29801;
}
.AnyTagClassName
{
color: #B29801;
}
</style>
background-color css
<style>
a { background-color: #B29801; }
a { background-color: rgb(178,152,1); }
div.DivClassName
{
background-color: #B29801;
}
.BgClassName
{
background-color: #B29801;
}
</style>
border-color css
<style>
span { border-color: #B29801; }
span { border-color: rgb(178,152,1); }
td.TdClassName
{
border-color: #B29801;
}
.TagClassName
{
border-color: #B29801;
}
</style>