Shades of Dark Goldenrod #C7800A
Tints of Dark Goldenrod #C7800A
RGB
CMYK
RGB Variations
Color information
#C7800A (or 0xC7800A) is known color: Dark Goldenrod. HEX triplet: C7, 80 and 0A. RGB value is (199,128,10). Sum of RGB (Red+Green+Blue) = 199+128+10=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C7800A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7800A is #387FF5. Grayscale: #888888. Windows color (decimal): -3702774 or 688327. OLE color: 688327.
HSL color Cylindrical-coordinate representation of color #C7800A: hue angle of 37.46º 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 #C7800A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 10 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.22 |
| HSL | 37.46º | 0.9% | 0.41% | - |
| HSV(B) | 37.46º | 0.95% | 0.78% | - |
| XYZ | 31.33 | 27.6 | 3.96 | - |
| YUV | 135.78 | 57.02 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 10 | 0 | 0.36 | 0.95 | 0.22 | 37.46 | 0.9 | 0.41 |
| Hex | C7 | 80 | A | 0 | 24 | 5F | 16 | 25 | 5A | 29 |
| Octal | 307 | 200 | 12 | 0 | 44 | 137 | 26 | 45 | 132 | 51 |
| Binary | 11000111 | 10000000 | 1010 | 0 | 100100 | 1011111 | 10110 | 100101 | 1011010 | 101001 |
Color Harmonies of #C7800A
Complementary color
Monochromatic Colors of #C7800A
Black with #C7800A
Text Example
Text Example
White with #C7800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7800A; }
p { color: rgb(199,128,10); }
H1.HeaderClassName
{
color: #C7800A;
}
.AnyTagClassName
{
color: #C7800A;
}
</style>
background-color css
<style>
a { background-color: #C7800A; }
a { background-color: rgb(199,128,10); }
div.DivClassName
{
background-color: #C7800A;
}
.BgClassName
{
background-color: #C7800A;
}
</style>
border-color css
<style>
span { border-color: #C7800A; }
span { border-color: rgb(199,128,10); }
td.TdClassName
{
border-color: #C7800A;
}
.TagClassName
{
border-color: #C7800A;
}
</style>