Shades of Dark Goldenrod #C7820A
Tints of Dark Goldenrod #C7820A
RGB
CMYK
RGB Variations
Color information
#C7820A (or 0xC7820A) is known color: Dark Goldenrod. HEX triplet: C7, 82 and 0A. RGB value is (199,130,10). Sum of RGB (Red+Green+Blue) = 199+130+10=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C7820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7820A is #387DF5. Grayscale: #898989. Windows color (decimal): -3702262 or 688839. OLE color: 688839.
HSL color Cylindrical-coordinate representation of color #C7820A: hue angle of 38.1º 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 #C7820A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.22 |
| HSL | 38.1º | 0.9% | 0.41% | - |
| HSV(B) | 38.1º | 0.95% | 0.78% | - |
| XYZ | 31.59 | 28.13 | 4.05 | - |
| YUV | 136.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 10 | 0 | 0.35 | 0.95 | 0.22 | 38.1 | 0.9 | 0.41 |
| Hex | C7 | 82 | A | 0 | 23 | 5F | 16 | 26 | 5A | 29 |
| Octal | 307 | 202 | 12 | 0 | 43 | 137 | 26 | 46 | 132 | 51 |
| Binary | 11000111 | 10000010 | 1010 | 0 | 100011 | 1011111 | 10110 | 100110 | 1011010 | 101001 |
Color Harmonies of #C7820A
Complementary color
Monochromatic Colors of #C7820A
Black with #C7820A
Text Example
Text Example
White with #C7820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7820A; }
p { color: rgb(199,130,10); }
H1.HeaderClassName
{
color: #C7820A;
}
.AnyTagClassName
{
color: #C7820A;
}
</style>
background-color css
<style>
a { background-color: #C7820A; }
a { background-color: rgb(199,130,10); }
div.DivClassName
{
background-color: #C7820A;
}
.BgClassName
{
background-color: #C7820A;
}
</style>
border-color css
<style>
span { border-color: #C7820A; }
span { border-color: rgb(199,130,10); }
td.TdClassName
{
border-color: #C7820A;
}
.TagClassName
{
border-color: #C7820A;
}
</style>