Shades of Dark Goldenrod #B7780D
Tints of Dark Goldenrod #B7780D
RGB
CMYK
RGB Variations
Color information
#B7780D (or 0xB7780D) is known color: Dark Goldenrod. HEX triplet: B7, 78 and 0D. RGB value is (183,120,13). Sum of RGB (Red+Green+Blue) = 183+120+13=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7780D is #4887F2. Grayscale: #7F7F7F. Windows color (decimal): -4753395 or 882871. OLE color: 882871.
HSL color Cylindrical-coordinate representation of color #B7780D: hue angle of 37.76º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7780D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 13 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.28 |
| HSL | 37.76º | 0.87% | 0.38% | - |
| HSV(B) | 37.76º | 0.93% | 0.72% | - |
| XYZ | 26.32 | 23.53 | 3.54 | - |
| YUV | 126.64 | 63.87 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 13 | 0 | 0.34 | 0.93 | 0.28 | 37.76 | 0.87 | 0.38 |
| Hex | B7 | 78 | D | 0 | 22 | 5D | 1C | 26 | 57 | 26 |
| Octal | 267 | 170 | 15 | 0 | 42 | 135 | 34 | 46 | 127 | 46 |
| Binary | 10110111 | 1111000 | 1101 | 0 | 100010 | 1011101 | 11100 | 100110 | 1010111 | 100110 |
Color Harmonies of #B7780D
Complementary color
Monochromatic Colors of #B7780D
Black with #B7780D
Text Example
Text Example
White with #B7780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7780D; }
p { color: rgb(183,120,13); }
H1.HeaderClassName
{
color: #B7780D;
}
.AnyTagClassName
{
color: #B7780D;
}
</style>
background-color css
<style>
a { background-color: #B7780D; }
a { background-color: rgb(183,120,13); }
div.DivClassName
{
background-color: #B7780D;
}
.BgClassName
{
background-color: #B7780D;
}
</style>
border-color css
<style>
span { border-color: #B7780D; }
span { border-color: rgb(183,120,13); }
td.TdClassName
{
border-color: #B7780D;
}
.TagClassName
{
border-color: #B7780D;
}
</style>