Shades of Dark Goldenrod #C7790A
Tints of Dark Goldenrod #C7790A
RGB
CMYK
RGB Variations
Color information
#C7790A (or 0xC7790A) is known color: Dark Goldenrod. HEX triplet: C7, 79 and 0A. RGB value is (199,121,10). Sum of RGB (Red+Green+Blue) = 199+121+10=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7790A is #3886F5. Grayscale: #848484. Windows color (decimal): -3704566 or 686535. OLE color: 686535.
HSL color Cylindrical-coordinate representation of color #C7790A: hue angle of 35.24º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7790A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.22 |
| HSL | 35.24º | 0.9% | 0.41% | - |
| HSV(B) | 35.24º | 0.95% | 0.78% | - |
| XYZ | 30.45 | 25.84 | 3.67 | - |
| YUV | 131.67 | 59.34 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 10 | 0 | 0.39 | 0.95 | 0.22 | 35.24 | 0.9 | 0.41 |
| Hex | C7 | 79 | A | 0 | 27 | 5F | 16 | 23 | 5A | 29 |
| Octal | 307 | 171 | 12 | 0 | 47 | 137 | 26 | 43 | 132 | 51 |
| Binary | 11000111 | 1111001 | 1010 | 0 | 100111 | 1011111 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C7790A
Complementary color
Monochromatic Colors of #C7790A
Black with #C7790A
Text Example
Text Example
White with #C7790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7790A; }
p { color: rgb(199,121,10); }
H1.HeaderClassName
{
color: #C7790A;
}
.AnyTagClassName
{
color: #C7790A;
}
</style>
background-color css
<style>
a { background-color: #C7790A; }
a { background-color: rgb(199,121,10); }
div.DivClassName
{
background-color: #C7790A;
}
.BgClassName
{
background-color: #C7790A;
}
</style>
border-color css
<style>
span { border-color: #C7790A; }
span { border-color: rgb(199,121,10); }
td.TdClassName
{
border-color: #C7790A;
}
.TagClassName
{
border-color: #C7790A;
}
</style>