Shades of Dark Goldenrod #C2890E
Tints of Dark Goldenrod #C2890E
RGB
CMYK
RGB Variations
Color information
#C2890E (or 0xC2890E) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 0E. RGB value is (194,137,14). Sum of RGB (Red+Green+Blue) = 194+137+14=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C2890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2890E is #3D76F1. Grayscale: #8C8C8C. Windows color (decimal): -4028146 or 952770. OLE color: 952770.
HSL color Cylindrical-coordinate representation of color #C2890E: hue angle of 41º degrees, saturation: 0.87, 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 #C2890E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.24 |
| HSL | 41º | 0.87% | 0.41% | - |
| HSV(B) | 41º | 0.93% | 0.76% | - |
| XYZ | 31.27 | 29.39 | 4.44 | - |
| YUV | 140.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 14 | 0 | 0.29 | 0.93 | 0.24 | 41 | 0.87 | 0.41 |
| Hex | C2 | 89 | E | 0 | 1D | 5D | 18 | 29 | 57 | 29 |
| Octal | 302 | 211 | 16 | 0 | 35 | 135 | 30 | 51 | 127 | 51 |
| Binary | 11000010 | 10001001 | 1110 | 0 | 11101 | 1011101 | 11000 | 101001 | 1010111 | 101001 |
Color Harmonies of #C2890E
Complementary color
Monochromatic Colors of #C2890E
Black with #C2890E
Text Example
Text Example
White with #C2890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2890E; }
p { color: rgb(194,137,14); }
H1.HeaderClassName
{
color: #C2890E;
}
.AnyTagClassName
{
color: #C2890E;
}
</style>
background-color css
<style>
a { background-color: #C2890E; }
a { background-color: rgb(194,137,14); }
div.DivClassName
{
background-color: #C2890E;
}
.BgClassName
{
background-color: #C2890E;
}
</style>
border-color css
<style>
span { border-color: #C2890E; }
span { border-color: rgb(194,137,14); }
td.TdClassName
{
border-color: #C2890E;
}
.TagClassName
{
border-color: #C2890E;
}
</style>