Shades of Dark Goldenrod #C7820E
Tints of Dark Goldenrod #C7820E
RGB
CMYK
RGB Variations
Color information
#C7820E (or 0xC7820E) is known color: Dark Goldenrod. HEX triplet: C7, 82 and 0E. RGB value is (199,130,14). Sum of RGB (Red+Green+Blue) = 199+130+14=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7820E is #387DF1. Grayscale: #898989. Windows color (decimal): -3702258 or 950983. OLE color: 950983.
HSL color Cylindrical-coordinate representation of color #C7820E: hue angle of 37.62º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7820E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 14 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.22 |
| HSL | 37.62º | 0.87% | 0.42% | - |
| HSV(B) | 37.62º | 0.93% | 0.78% | - |
| XYZ | 31.62 | 28.14 | 4.18 | - |
| YUV | 137.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 14 | 0 | 0.35 | 0.93 | 0.22 | 37.62 | 0.87 | 0.42 |
| Hex | C7 | 82 | E | 0 | 23 | 5D | 16 | 26 | 57 | 2A |
| Octal | 307 | 202 | 16 | 0 | 43 | 135 | 26 | 46 | 127 | 52 |
| Binary | 11000111 | 10000010 | 1110 | 0 | 100011 | 1011101 | 10110 | 100110 | 1010111 | 101010 |
Color Harmonies of #C7820E
Complementary color
Monochromatic Colors of #C7820E
Black with #C7820E
Text Example
Text Example
White with #C7820E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7820E; }
p { color: rgb(199,130,14); }
H1.HeaderClassName
{
color: #C7820E;
}
.AnyTagClassName
{
color: #C7820E;
}
</style>
background-color css
<style>
a { background-color: #C7820E; }
a { background-color: rgb(199,130,14); }
div.DivClassName
{
background-color: #C7820E;
}
.BgClassName
{
background-color: #C7820E;
}
</style>
border-color css
<style>
span { border-color: #C7820E; }
span { border-color: rgb(199,130,14); }
td.TdClassName
{
border-color: #C7820E;
}
.TagClassName
{
border-color: #C7820E;
}
</style>