Shades of Dark Goldenrod #C7940C
Tints of Dark Goldenrod #C7940C
RGB
CMYK
RGB Variations
Color information
#C7940C (or 0xC7940C) is known color: Dark Goldenrod. HEX triplet: C7, 94 and 0C. RGB value is (199,148,12). Sum of RGB (Red+Green+Blue) = 199+148+12=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7940C is #386BF3. Grayscale: #949494. Windows color (decimal): -3697652 or 824519. OLE color: 824519.
HSL color Cylindrical-coordinate representation of color #C7940C: hue angle of 43.64º 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 #C7940C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.22 |
| HSL | 43.64º | 0.89% | 0.41% | - |
| HSV(B) | 43.64º | 0.94% | 0.78% | - |
| XYZ | 34.21 | 33.35 | 4.98 | - |
| YUV | 147.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 12 | 0 | 0.26 | 0.94 | 0.22 | 43.64 | 0.89 | 0.41 |
| Hex | C7 | 94 | C | 0 | 1A | 5E | 16 | 2C | 59 | 29 |
| Octal | 307 | 224 | 14 | 0 | 32 | 136 | 26 | 54 | 131 | 51 |
| Binary | 11000111 | 10010100 | 1100 | 0 | 11010 | 1011110 | 10110 | 101100 | 1011001 | 101001 |
Color Harmonies of #C7940C
Complementary color
Monochromatic Colors of #C7940C
Black with #C7940C
Text Example
Text Example
White with #C7940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7940C; }
p { color: rgb(199,148,12); }
H1.HeaderClassName
{
color: #C7940C;
}
.AnyTagClassName
{
color: #C7940C;
}
</style>
background-color css
<style>
a { background-color: #C7940C; }
a { background-color: rgb(199,148,12); }
div.DivClassName
{
background-color: #C7940C;
}
.BgClassName
{
background-color: #C7940C;
}
</style>
border-color css
<style>
span { border-color: #C7940C; }
span { border-color: rgb(199,148,12); }
td.TdClassName
{
border-color: #C7940C;
}
.TagClassName
{
border-color: #C7940C;
}
</style>