Shades of Dark Goldenrod #B7790C
Tints of Dark Goldenrod #B7790C
RGB
CMYK
RGB Variations
Color information
#B7790C (or 0xB7790C) is known color: Dark Goldenrod. HEX triplet: B7, 79 and 0C. RGB value is (183,121,12). Sum of RGB (Red+Green+Blue) = 183+121+12=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7790C is #4886F3. Grayscale: #7F7F7F. Windows color (decimal): -4753140 or 817591. OLE color: 817591.
HSL color Cylindrical-coordinate representation of color #B7790C: hue angle of 38.25º degrees, saturation: 0.88, 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 #B7790C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 12 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.28 |
| HSL | 38.25º | 0.88% | 0.38% | - |
| HSV(B) | 38.25º | 0.93% | 0.72% | - |
| XYZ | 26.43 | 23.77 | 3.54 | - |
| YUV | 127.11 | 63.04 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 12 | 0 | 0.34 | 0.93 | 0.28 | 38.25 | 0.88 | 0.38 |
| Hex | B7 | 79 | C | 0 | 22 | 5D | 1C | 26 | 58 | 26 |
| Octal | 267 | 171 | 14 | 0 | 42 | 135 | 34 | 46 | 130 | 46 |
| Binary | 10110111 | 1111001 | 1100 | 0 | 100010 | 1011101 | 11100 | 100110 | 1011000 | 100110 |
Color Harmonies of #B7790C
Complementary color
Monochromatic Colors of #B7790C
Black with #B7790C
Text Example
Text Example
White with #B7790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7790C; }
p { color: rgb(183,121,12); }
H1.HeaderClassName
{
color: #B7790C;
}
.AnyTagClassName
{
color: #B7790C;
}
</style>
background-color css
<style>
a { background-color: #B7790C; }
a { background-color: rgb(183,121,12); }
div.DivClassName
{
background-color: #B7790C;
}
.BgClassName
{
background-color: #B7790C;
}
</style>
border-color css
<style>
span { border-color: #B7790C; }
span { border-color: rgb(183,121,12); }
td.TdClassName
{
border-color: #B7790C;
}
.TagClassName
{
border-color: #B7790C;
}
</style>