Shades of Dark Goldenrod #C2890C
Tints of Dark Goldenrod #C2890C
RGB
CMYK
RGB Variations
Color information
#C2890C (or 0xC2890C) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 0C. RGB value is (194,137,12). Sum of RGB (Red+Green+Blue) = 194+137+12=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2890C is #3D76F3. Grayscale: #8C8C8C. Windows color (decimal): -4028148 or 821698. OLE color: 821698.
HSL color Cylindrical-coordinate representation of color #C2890C: hue angle of 41.21º 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 #C2890C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 12 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.24 |
| HSL | 41.21º | 0.88% | 0.4% | - |
| HSV(B) | 41.21º | 0.94% | 0.76% | - |
| XYZ | 31.26 | 29.39 | 4.37 | - |
| YUV | 139.79 | 55.88 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 12 | 0 | 0.29 | 0.94 | 0.24 | 41.21 | 0.88 | 0.4 |
| Hex | C2 | 89 | C | 0 | 1D | 5E | 18 | 29 | 58 | 28 |
| Octal | 302 | 211 | 14 | 0 | 35 | 136 | 30 | 51 | 130 | 50 |
| Binary | 11000010 | 10001001 | 1100 | 0 | 11101 | 1011110 | 11000 | 101001 | 1011000 | 101000 |
Color Harmonies of #C2890C
Complementary color
Monochromatic Colors of #C2890C
Black with #C2890C
Text Example
Text Example
White with #C2890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2890C; }
p { color: rgb(194,137,12); }
H1.HeaderClassName
{
color: #C2890C;
}
.AnyTagClassName
{
color: #C2890C;
}
</style>
background-color css
<style>
a { background-color: #C2890C; }
a { background-color: rgb(194,137,12); }
div.DivClassName
{
background-color: #C2890C;
}
.BgClassName
{
background-color: #C2890C;
}
</style>
border-color css
<style>
span { border-color: #C2890C; }
span { border-color: rgb(194,137,12); }
td.TdClassName
{
border-color: #C2890C;
}
.TagClassName
{
border-color: #C2890C;
}
</style>