Shades of Dark Goldenrod #C1940C
Tints of Dark Goldenrod #C1940C
RGB
CMYK
RGB Variations
Color information
#C1940C (or 0xC1940C) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 0C. RGB value is (193,148,12). Sum of RGB (Red+Green+Blue) = 193+148+12=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1940C is #3E6BF3. Grayscale: #929292. Windows color (decimal): -4090868 or 824513. OLE color: 824513.
HSL color Cylindrical-coordinate representation of color #C1940C: hue angle of 45.08º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1940C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 12 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.24 |
| HSL | 45.08º | 0.88% | 0.4% | - |
| HSV(B) | 45.08º | 0.94% | 0.76% | - |
| XYZ | 32.65 | 32.54 | 4.91 | - |
| YUV | 145.95 | 52.41 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 12 | 0 | 0.23 | 0.94 | 0.24 | 45.08 | 0.88 | 0.4 |
| Hex | C1 | 94 | C | 0 | 17 | 5E | 18 | 2D | 58 | 28 |
| Octal | 301 | 224 | 14 | 0 | 27 | 136 | 30 | 55 | 130 | 50 |
| Binary | 11000001 | 10010100 | 1100 | 0 | 10111 | 1011110 | 11000 | 101101 | 1011000 | 101000 |
Color Harmonies of #C1940C
Complementary color
Monochromatic Colors of #C1940C
Black with #C1940C
Text Example
Text Example
White with #C1940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1940C; }
p { color: rgb(193,148,12); }
H1.HeaderClassName
{
color: #C1940C;
}
.AnyTagClassName
{
color: #C1940C;
}
</style>
background-color css
<style>
a { background-color: #C1940C; }
a { background-color: rgb(193,148,12); }
div.DivClassName
{
background-color: #C1940C;
}
.BgClassName
{
background-color: #C1940C;
}
</style>
border-color css
<style>
span { border-color: #C1940C; }
span { border-color: rgb(193,148,12); }
td.TdClassName
{
border-color: #C1940C;
}
.TagClassName
{
border-color: #C1940C;
}
</style>