Shades of Dark Goldenrod #C1900E
Tints of Dark Goldenrod #C1900E
RGB
CMYK
RGB Variations
Color information
#C1900E (or 0xC1900E) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 0E. RGB value is (193,144,14). Sum of RGB (Red+Green+Blue) = 193+144+14=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1900E is #3E6FF1. Grayscale: #909090. Windows color (decimal): -4091890 or 954561. OLE color: 954561.
HSL color Cylindrical-coordinate representation of color #C1900E: hue angle of 43.58º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1900E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 14 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.24 |
| HSL | 43.58º | 0.86% | 0.41% | - |
| HSV(B) | 43.58º | 0.93% | 0.76% | - |
| XYZ | 32.04 | 31.32 | 4.77 | - |
| YUV | 143.83 | 54.73 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 14 | 0 | 0.25 | 0.93 | 0.24 | 43.58 | 0.86 | 0.41 |
| Hex | C1 | 90 | E | 0 | 19 | 5D | 18 | 2C | 56 | 29 |
| Octal | 301 | 220 | 16 | 0 | 31 | 135 | 30 | 54 | 126 | 51 |
| Binary | 11000001 | 10010000 | 1110 | 0 | 11001 | 1011101 | 11000 | 101100 | 1010110 | 101001 |
Color Harmonies of #C1900E
Complementary color
Monochromatic Colors of #C1900E
Black with #C1900E
Text Example
Text Example
White with #C1900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1900E; }
p { color: rgb(193,144,14); }
H1.HeaderClassName
{
color: #C1900E;
}
.AnyTagClassName
{
color: #C1900E;
}
</style>
background-color css
<style>
a { background-color: #C1900E; }
a { background-color: rgb(193,144,14); }
div.DivClassName
{
background-color: #C1900E;
}
.BgClassName
{
background-color: #C1900E;
}
</style>
border-color css
<style>
span { border-color: #C1900E; }
span { border-color: rgb(193,144,14); }
td.TdClassName
{
border-color: #C1900E;
}
.TagClassName
{
border-color: #C1900E;
}
</style>