Shades of Dark Goldenrod #C7800C
Tints of Dark Goldenrod #C7800C
RGB
CMYK
RGB Variations
Color information
#C7800C (or 0xC7800C) is known color: Dark Goldenrod. HEX triplet: C7, 80 and 0C. RGB value is (199,128,12). Sum of RGB (Red+Green+Blue) = 199+128+12=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7800C is #387FF3. Grayscale: #888888. Windows color (decimal): -3702772 or 819399. OLE color: 819399.
HSL color Cylindrical-coordinate representation of color #C7800C: hue angle of 37.22º 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 #C7800C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.22 |
| HSL | 37.22º | 0.89% | 0.41% | - |
| HSV(B) | 37.22º | 0.94% | 0.78% | - |
| XYZ | 31.34 | 27.61 | 4.02 | - |
| YUV | 136.01 | 58.02 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 12 | 0 | 0.36 | 0.94 | 0.22 | 37.22 | 0.89 | 0.41 |
| Hex | C7 | 80 | C | 0 | 24 | 5E | 16 | 25 | 59 | 29 |
| Octal | 307 | 200 | 14 | 0 | 44 | 136 | 26 | 45 | 131 | 51 |
| Binary | 11000111 | 10000000 | 1100 | 0 | 100100 | 1011110 | 10110 | 100101 | 1011001 | 101001 |
Color Harmonies of #C7800C
Complementary color
Monochromatic Colors of #C7800C
Black with #C7800C
Text Example
Text Example
White with #C7800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7800C; }
p { color: rgb(199,128,12); }
H1.HeaderClassName
{
color: #C7800C;
}
.AnyTagClassName
{
color: #C7800C;
}
</style>
background-color css
<style>
a { background-color: #C7800C; }
a { background-color: rgb(199,128,12); }
div.DivClassName
{
background-color: #C7800C;
}
.BgClassName
{
background-color: #C7800C;
}
</style>
border-color css
<style>
span { border-color: #C7800C; }
span { border-color: rgb(199,128,12); }
td.TdClassName
{
border-color: #C7800C;
}
.TagClassName
{
border-color: #C7800C;
}
</style>