Shades of Dark Goldenrod #C7900E
Tints of Dark Goldenrod #C7900E
RGB
CMYK
RGB Variations
Color information
#C7900E (or 0xC7900E) is known color: Dark Goldenrod. HEX triplet: C7, 90 and 0E. RGB value is (199,144,14). Sum of RGB (Red+Green+Blue) = 199+144+14=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7900E is #386FF1. Grayscale: #929292. Windows color (decimal): -3698674 or 954567. OLE color: 954567.
HSL color Cylindrical-coordinate representation of color #C7900E: hue angle of 42.16º 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 #C7900E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 14 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.22 |
| HSL | 42.16º | 0.87% | 0.42% | - |
| HSV(B) | 42.16º | 0.93% | 0.78% | - |
| XYZ | 33.61 | 32.12 | 4.84 | - |
| YUV | 145.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 14 | 0 | 0.28 | 0.93 | 0.22 | 42.16 | 0.87 | 0.42 |
| Hex | C7 | 90 | E | 0 | 1C | 5D | 16 | 2A | 57 | 2A |
| Octal | 307 | 220 | 16 | 0 | 34 | 135 | 26 | 52 | 127 | 52 |
| Binary | 11000111 | 10010000 | 1110 | 0 | 11100 | 1011101 | 10110 | 101010 | 1010111 | 101010 |
Color Harmonies of #C7900E
Complementary color
Monochromatic Colors of #C7900E
Black with #C7900E
Text Example
Text Example
White with #C7900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7900E; }
p { color: rgb(199,144,14); }
H1.HeaderClassName
{
color: #C7900E;
}
.AnyTagClassName
{
color: #C7900E;
}
</style>
background-color css
<style>
a { background-color: #C7900E; }
a { background-color: rgb(199,144,14); }
div.DivClassName
{
background-color: #C7900E;
}
.BgClassName
{
background-color: #C7900E;
}
</style>
border-color css
<style>
span { border-color: #C7900E; }
span { border-color: rgb(199,144,14); }
td.TdClassName
{
border-color: #C7900E;
}
.TagClassName
{
border-color: #C7900E;
}
</style>