Shades of Dark Goldenrod #C7760A
Tints of Dark Goldenrod #C7760A
RGB
CMYK
RGB Variations
Color information
#C7760A (or 0xC7760A) is known color: Dark Goldenrod. HEX triplet: C7, 76 and 0A. RGB value is (199,118,10). Sum of RGB (Red+Green+Blue) = 199+118+10=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C7760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7760A is #3889F5. Grayscale: #828282. Windows color (decimal): -3705334 or 685767. OLE color: 685767.
HSL color Cylindrical-coordinate representation of color #C7760A: hue angle of 34.29º 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 #C7760A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 10 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.22 |
| HSL | 34.29º | 0.9% | 0.41% | - |
| HSV(B) | 34.29º | 0.95% | 0.78% | - |
| XYZ | 30.09 | 25.12 | 3.55 | - |
| YUV | 129.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 10 | 0 | 0.41 | 0.95 | 0.22 | 34.29 | 0.9 | 0.41 |
| Hex | C7 | 76 | A | 0 | 29 | 5F | 16 | 22 | 5A | 29 |
| Octal | 307 | 166 | 12 | 0 | 51 | 137 | 26 | 42 | 132 | 51 |
| Binary | 11000111 | 1110110 | 1010 | 0 | 101001 | 1011111 | 10110 | 100010 | 1011010 | 101001 |
Color Harmonies of #C7760A
Complementary color
Monochromatic Colors of #C7760A
Black with #C7760A
Text Example
Text Example
White with #C7760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7760A; }
p { color: rgb(199,118,10); }
H1.HeaderClassName
{
color: #C7760A;
}
.AnyTagClassName
{
color: #C7760A;
}
</style>
background-color css
<style>
a { background-color: #C7760A; }
a { background-color: rgb(199,118,10); }
div.DivClassName
{
background-color: #C7760A;
}
.BgClassName
{
background-color: #C7760A;
}
</style>
border-color css
<style>
span { border-color: #C7760A; }
span { border-color: rgb(199,118,10); }
td.TdClassName
{
border-color: #C7760A;
}
.TagClassName
{
border-color: #C7760A;
}
</style>