Shades of Dark Goldenrod #B9940D
Tints of Dark Goldenrod #B9940D
RGB
CMYK
RGB Variations
Color information
#B9940D (or 0xB9940D) is known color: Dark Goldenrod. HEX triplet: B9, 94 and 0D. RGB value is (185,148,13). Sum of RGB (Red+Green+Blue) = 185+148+13=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9940D is #466BF2. Grayscale: #909090. Windows color (decimal): -4615155 or 890041. OLE color: 890041.
HSL color Cylindrical-coordinate representation of color #B9940D: hue angle of 47.09º 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 #B9940D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 148 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.27 |
| HSL | 47.09º | 0.87% | 0.39% | - |
| HSV(B) | 47.09º | 0.93% | 0.73% | - |
| XYZ | 30.67 | 31.52 | 4.85 | - |
| YUV | 143.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 13 | 0 | 0.20 | 0.93 | 0.27 | 47.09 | 0.87 | 0.39 |
| Hex | B9 | 94 | D | 0 | 14 | 5D | 1B | 2F | 57 | 27 |
| Octal | 271 | 224 | 15 | 0 | 24 | 135 | 33 | 57 | 127 | 47 |
| Binary | 10111001 | 10010100 | 1101 | 0 | 10100 | 1011101 | 11011 | 101111 | 1010111 | 100111 |
Color Harmonies of #B9940D
Complementary color
Monochromatic Colors of #B9940D
Black with #B9940D
Text Example
Text Example
White with #B9940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9940D; }
p { color: rgb(185,148,13); }
H1.HeaderClassName
{
color: #B9940D;
}
.AnyTagClassName
{
color: #B9940D;
}
</style>
background-color css
<style>
a { background-color: #B9940D; }
a { background-color: rgb(185,148,13); }
div.DivClassName
{
background-color: #B9940D;
}
.BgClassName
{
background-color: #B9940D;
}
</style>
border-color css
<style>
span { border-color: #B9940D; }
span { border-color: rgb(185,148,13); }
td.TdClassName
{
border-color: #B9940D;
}
.TagClassName
{
border-color: #B9940D;
}
</style>