Shades of Dark Goldenrod #C7790C
Tints of Dark Goldenrod #C7790C
RGB
CMYK
RGB Variations
Color information
#C7790C (or 0xC7790C) is known color: Dark Goldenrod. HEX triplet: C7, 79 and 0C. RGB value is (199,121,12). Sum of RGB (Red+Green+Blue) = 199+121+12=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7790C is #3886F3. Grayscale: #848484. Windows color (decimal): -3704564 or 817607. OLE color: 817607.
HSL color Cylindrical-coordinate representation of color #C7790C: hue angle of 34.97º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7790C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.22 |
| HSL | 34.97º | 0.89% | 0.41% | - |
| HSV(B) | 34.97º | 0.94% | 0.78% | - |
| XYZ | 30.46 | 25.84 | 3.73 | - |
| YUV | 131.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 12 | 0 | 0.39 | 0.94 | 0.22 | 34.97 | 0.89 | 0.41 |
| Hex | C7 | 79 | C | 0 | 27 | 5E | 16 | 23 | 59 | 29 |
| Octal | 307 | 171 | 14 | 0 | 47 | 136 | 26 | 43 | 131 | 51 |
| Binary | 11000111 | 1111001 | 1100 | 0 | 100111 | 1011110 | 10110 | 100011 | 1011001 | 101001 |
Color Harmonies of #C7790C
Complementary color
Monochromatic Colors of #C7790C
Black with #C7790C
Text Example
Text Example
White with #C7790C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7790C; }
p { color: rgb(199,121,12); }
H1.HeaderClassName
{
color: #C7790C;
}
.AnyTagClassName
{
color: #C7790C;
}
</style>
background-color css
<style>
a { background-color: #C7790C; }
a { background-color: rgb(199,121,12); }
div.DivClassName
{
background-color: #C7790C;
}
.BgClassName
{
background-color: #C7790C;
}
</style>
border-color css
<style>
span { border-color: #C7790C; }
span { border-color: rgb(199,121,12); }
td.TdClassName
{
border-color: #C7790C;
}
.TagClassName
{
border-color: #C7790C;
}
</style>