Shades of Dark Goldenrod #C7840C
Tints of Dark Goldenrod #C7840C
RGB
CMYK
RGB Variations
Color information
#C7840C (or 0xC7840C) is known color: Dark Goldenrod. HEX triplet: C7, 84 and 0C. RGB value is (199,132,12). Sum of RGB (Red+Green+Blue) = 199+132+12=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7840C is #387BF3. Grayscale: #8A8A8A. Windows color (decimal): -3701748 or 820423. OLE color: 820423.
HSL color Cylindrical-coordinate representation of color #C7840C: hue angle of 38.5º 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 #C7840C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.22 |
| HSL | 38.5º | 0.89% | 0.41% | - |
| HSV(B) | 38.5º | 0.94% | 0.78% | - |
| XYZ | 31.87 | 28.67 | 4.2 | - |
| YUV | 138.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 12 | 0 | 0.34 | 0.94 | 0.22 | 38.5 | 0.89 | 0.41 |
| Hex | C7 | 84 | C | 0 | 22 | 5E | 16 | 27 | 59 | 29 |
| Octal | 307 | 204 | 14 | 0 | 42 | 136 | 26 | 47 | 131 | 51 |
| Binary | 11000111 | 10000100 | 1100 | 0 | 100010 | 1011110 | 10110 | 100111 | 1011001 | 101001 |
Color Harmonies of #C7840C
Complementary color
Monochromatic Colors of #C7840C
Black with #C7840C
Text Example
Text Example
White with #C7840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7840C; }
p { color: rgb(199,132,12); }
H1.HeaderClassName
{
color: #C7840C;
}
.AnyTagClassName
{
color: #C7840C;
}
</style>
background-color css
<style>
a { background-color: #C7840C; }
a { background-color: rgb(199,132,12); }
div.DivClassName
{
background-color: #C7840C;
}
.BgClassName
{
background-color: #C7840C;
}
</style>
border-color css
<style>
span { border-color: #C7840C; }
span { border-color: rgb(199,132,12); }
td.TdClassName
{
border-color: #C7840C;
}
.TagClassName
{
border-color: #C7840C;
}
</style>