Shades of Dark Goldenrod #C1930A
Tints of Dark Goldenrod #C1930A
RGB
CMYK
RGB Variations
Color information
#C1930A (or 0xC1930A) is known color: Dark Goldenrod. HEX triplet: C1, 93 and 0A. RGB value is (193,147,10). Sum of RGB (Red+Green+Blue) = 193+147+10=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 10 (4.30% from 255 or 2.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1930A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1930A is #3E6CF5. Grayscale: #919191. Windows color (decimal): -4091126 or 693185. OLE color: 693185.
HSL color Cylindrical-coordinate representation of color #C1930A: hue angle of 44.92º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1930A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.24 |
| HSL | 44.92º | 0.9% | 0.4% | - |
| HSV(B) | 44.92º | 0.95% | 0.76% | - |
| XYZ | 32.48 | 32.23 | 4.8 | - |
| YUV | 145.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 10 | 0 | 0.24 | 0.95 | 0.24 | 44.92 | 0.9 | 0.4 |
| Hex | C1 | 93 | A | 0 | 18 | 5F | 18 | 2D | 5A | 28 |
| Octal | 301 | 223 | 12 | 0 | 30 | 137 | 30 | 55 | 132 | 50 |
| Binary | 11000001 | 10010011 | 1010 | 0 | 11000 | 1011111 | 11000 | 101101 | 1011010 | 101000 |
Color Harmonies of #C1930A
Complementary color
Monochromatic Colors of #C1930A
Black with #C1930A
Text Example
Text Example
White with #C1930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1930A; }
p { color: rgb(193,147,10); }
H1.HeaderClassName
{
color: #C1930A;
}
.AnyTagClassName
{
color: #C1930A;
}
</style>
background-color css
<style>
a { background-color: #C1930A; }
a { background-color: rgb(193,147,10); }
div.DivClassName
{
background-color: #C1930A;
}
.BgClassName
{
background-color: #C1930A;
}
</style>
border-color css
<style>
span { border-color: #C1930A; }
span { border-color: rgb(193,147,10); }
td.TdClassName
{
border-color: #C1930A;
}
.TagClassName
{
border-color: #C1930A;
}
</style>