Shades of Dark Goldenrod #B69900
Tints of Dark Goldenrod #B69900
RGB
CMYK
RGB Variations
Color information
#B69900 (or 0xB69900) is known color: Dark Goldenrod. HEX triplet: B6, 99 and 00. RGB value is (182,153,0). Sum of RGB (Red+Green+Blue) = 182+153+0=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B69900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69900 is #4966FF. Grayscale: #909090. Windows color (decimal): -4810496 or 39350. OLE color: 39350.
HSL color Cylindrical-coordinate representation of color #B69900: hue angle of 50.44º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B69900 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 153 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.29 |
| HSL | 50.44º | 1% | 0.36% | - |
| HSV(B) | 50.44º | 1% | 0.71% | - |
| XYZ | 30.68 | 32.73 | 4.7 | - |
| YUV | 144.23 | 46.61 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 0 | 0 | 0.16 | 1 | 0.29 | 50.44 | 1 | 0.36 |
| Hex | B6 | 99 | 0 | 0 | 10 | 64 | 1D | 32 | 64 | 24 |
| Octal | 266 | 231 | 0 | 0 | 20 | 144 | 35 | 62 | 144 | 44 |
| Binary | 10110110 | 10011001 | 0 | 0 | 10000 | 1100100 | 11101 | 110010 | 1100100 | 100100 |
Color Harmonies of #B69900
Complementary color
Monochromatic Colors of #B69900
Black with #B69900
Text Example
Text Example
White with #B69900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69900; }
p { color: rgb(182,153,0); }
H1.HeaderClassName
{
color: #B69900;
}
.AnyTagClassName
{
color: #B69900;
}
</style>
background-color css
<style>
a { background-color: #B69900; }
a { background-color: rgb(182,153,0); }
div.DivClassName
{
background-color: #B69900;
}
.BgClassName
{
background-color: #B69900;
}
</style>
border-color css
<style>
span { border-color: #B69900; }
span { border-color: rgb(182,153,0); }
td.TdClassName
{
border-color: #B69900;
}
.TagClassName
{
border-color: #B69900;
}
</style>