Shades of Dark Goldenrod #C7930C
Tints of Dark Goldenrod #C7930C
RGB
CMYK
RGB Variations
Color information
#C7930C (or 0xC7930C) is known color: Dark Goldenrod. HEX triplet: C7, 93 and 0C. RGB value is (199,147,12). Sum of RGB (Red+Green+Blue) = 199+147+12=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7930C is #386CF3. Grayscale: #939393. Windows color (decimal): -3697908 or 824263. OLE color: 824263.
HSL color Cylindrical-coordinate representation of color #C7930C: hue angle of 43.32º 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 #C7930C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.22 |
| HSL | 43.32º | 0.89% | 0.41% | - |
| HSV(B) | 43.32º | 0.94% | 0.78% | - |
| XYZ | 34.05 | 33.04 | 4.93 | - |
| YUV | 147.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 12 | 0 | 0.26 | 0.94 | 0.22 | 43.32 | 0.89 | 0.41 |
| Hex | C7 | 93 | C | 0 | 1A | 5E | 16 | 2B | 59 | 29 |
| Octal | 307 | 223 | 14 | 0 | 32 | 136 | 26 | 53 | 131 | 51 |
| Binary | 11000111 | 10010011 | 1100 | 0 | 11010 | 1011110 | 10110 | 101011 | 1011001 | 101001 |
Color Harmonies of #C7930C
Complementary color
Monochromatic Colors of #C7930C
Black with #C7930C
Text Example
Text Example
White with #C7930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7930C; }
p { color: rgb(199,147,12); }
H1.HeaderClassName
{
color: #C7930C;
}
.AnyTagClassName
{
color: #C7930C;
}
</style>
background-color css
<style>
a { background-color: #C7930C; }
a { background-color: rgb(199,147,12); }
div.DivClassName
{
background-color: #C7930C;
}
.BgClassName
{
background-color: #C7930C;
}
</style>
border-color css
<style>
span { border-color: #C7930C; }
span { border-color: rgb(199,147,12); }
td.TdClassName
{
border-color: #C7930C;
}
.TagClassName
{
border-color: #C7930C;
}
</style>