Shades of Dark Goldenrod #B9920D
Tints of Dark Goldenrod #B9920D
RGB
CMYK
RGB Variations
Color information
#B9920D (or 0xB9920D) is known color: Dark Goldenrod. HEX triplet: B9, 92 and 0D. RGB value is (185,146,13). Sum of RGB (Red+Green+Blue) = 185+146+13=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9920D is #466DF2. Grayscale: #8F8F8F. Windows color (decimal): -4615667 or 889529. OLE color: 889529.
HSL color Cylindrical-coordinate representation of color #B9920D: hue angle of 46.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9920D is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 13 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.27 |
| HSL | 46.4º | 0.87% | 0.39% | - |
| HSV(B) | 46.4º | 0.93% | 0.73% | - |
| XYZ | 30.36 | 30.9 | 4.75 | - |
| YUV | 142.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 13 | 0 | 0.21 | 0.93 | 0.27 | 46.4 | 0.87 | 0.39 |
| Hex | B9 | 92 | D | 0 | 15 | 5D | 1B | 2E | 57 | 27 |
| Octal | 271 | 222 | 15 | 0 | 25 | 135 | 33 | 56 | 127 | 47 |
| Binary | 10111001 | 10010010 | 1101 | 0 | 10101 | 1011101 | 11011 | 101110 | 1010111 | 100111 |
Color Harmonies of #B9920D
Complementary color
Monochromatic Colors of #B9920D
Black with #B9920D
Text Example
Text Example
White with #B9920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9920D; }
p { color: rgb(185,146,13); }
H1.HeaderClassName
{
color: #B9920D;
}
.AnyTagClassName
{
color: #B9920D;
}
</style>
background-color css
<style>
a { background-color: #B9920D; }
a { background-color: rgb(185,146,13); }
div.DivClassName
{
background-color: #B9920D;
}
.BgClassName
{
background-color: #B9920D;
}
</style>
border-color css
<style>
span { border-color: #B9920D; }
span { border-color: rgb(185,146,13); }
td.TdClassName
{
border-color: #B9920D;
}
.TagClassName
{
border-color: #B9920D;
}
</style>