Shades of Dark Goldenrod #C1890E
Tints of Dark Goldenrod #C1890E
RGB
CMYK
RGB Variations
Color information
#C1890E (or 0xC1890E) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 0E. RGB value is (193,137,14). Sum of RGB (Red+Green+Blue) = 193+137+14=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C1890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1890E is #3E76F1. Grayscale: #8C8C8C. Windows color (decimal): -4093682 or 952769. OLE color: 952769.
HSL color Cylindrical-coordinate representation of color #C1890E: hue angle of 41.23º 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 #C1890E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.24 |
| HSL | 41.23º | 0.86% | 0.41% | - |
| HSV(B) | 41.23º | 0.93% | 0.76% | - |
| XYZ | 31.02 | 29.26 | 4.43 | - |
| YUV | 139.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 14 | 0 | 0.29 | 0.93 | 0.24 | 41.23 | 0.86 | 0.41 |
| Hex | C1 | 89 | E | 0 | 1D | 5D | 18 | 29 | 56 | 29 |
| Octal | 301 | 211 | 16 | 0 | 35 | 135 | 30 | 51 | 126 | 51 |
| Binary | 11000001 | 10001001 | 1110 | 0 | 11101 | 1011101 | 11000 | 101001 | 1010110 | 101001 |
Color Harmonies of #C1890E
Complementary color
Monochromatic Colors of #C1890E
Black with #C1890E
Text Example
Text Example
White with #C1890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1890E; }
p { color: rgb(193,137,14); }
H1.HeaderClassName
{
color: #C1890E;
}
.AnyTagClassName
{
color: #C1890E;
}
</style>
background-color css
<style>
a { background-color: #C1890E; }
a { background-color: rgb(193,137,14); }
div.DivClassName
{
background-color: #C1890E;
}
.BgClassName
{
background-color: #C1890E;
}
</style>
border-color css
<style>
span { border-color: #C1890E; }
span { border-color: rgb(193,137,14); }
td.TdClassName
{
border-color: #C1890E;
}
.TagClassName
{
border-color: #C1890E;
}
</style>