Shades of Dark Goldenrod #B9780D
Tints of Dark Goldenrod #B9780D
RGB
CMYK
RGB Variations
Color information
#B9780D (or 0xB9780D) is known color: Dark Goldenrod. HEX triplet: B9, 78 and 0D. RGB value is (185,120,13). Sum of RGB (Red+Green+Blue) = 185+120+13=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B9780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9780D is #4687F2. Grayscale: #7F7F7F. Windows color (decimal): -4622323 or 882873. OLE color: 882873.
HSL color Cylindrical-coordinate representation of color #B9780D: hue angle of 37.33º 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 #B9780D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 120 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.27 |
| HSL | 37.33º | 0.87% | 0.39% | - |
| HSV(B) | 37.33º | 0.93% | 0.73% | - |
| XYZ | 26.8 | 23.78 | 3.56 | - |
| YUV | 127.24 | 63.53 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 13 | 0 | 0.35 | 0.93 | 0.27 | 37.33 | 0.87 | 0.39 |
| Hex | B9 | 78 | D | 0 | 23 | 5D | 1B | 25 | 57 | 27 |
| Octal | 271 | 170 | 15 | 0 | 43 | 135 | 33 | 45 | 127 | 47 |
| Binary | 10111001 | 1111000 | 1101 | 0 | 100011 | 1011101 | 11011 | 100101 | 1010111 | 100111 |
Color Harmonies of #B9780D
Complementary color
Monochromatic Colors of #B9780D
Black with #B9780D
Text Example
Text Example
White with #B9780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9780D; }
p { color: rgb(185,120,13); }
H1.HeaderClassName
{
color: #B9780D;
}
.AnyTagClassName
{
color: #B9780D;
}
</style>
background-color css
<style>
a { background-color: #B9780D; }
a { background-color: rgb(185,120,13); }
div.DivClassName
{
background-color: #B9780D;
}
.BgClassName
{
background-color: #B9780D;
}
</style>
border-color css
<style>
span { border-color: #B9780D; }
span { border-color: rgb(185,120,13); }
td.TdClassName
{
border-color: #B9780D;
}
.TagClassName
{
border-color: #B9780D;
}
</style>