Shades of Dark Goldenrod #C2890F
Tints of Dark Goldenrod #C2890F
RGB
CMYK
RGB Variations
Color information
#C2890F (or 0xC2890F) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 0F. RGB value is (194,137,15). Sum of RGB (Red+Green+Blue) = 194+137+15=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C2890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2890F is #3D76F0. Grayscale: #8C8C8C. Windows color (decimal): -4028145 or 1018306. OLE color: 1018306.
HSL color Cylindrical-coordinate representation of color #C2890F: hue angle of 40.89º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2890F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.24 |
| HSL | 40.89º | 0.86% | 0.41% | - |
| HSV(B) | 40.89º | 0.92% | 0.76% | - |
| XYZ | 31.28 | 29.4 | 4.48 | - |
| YUV | 140.14 | 57.38 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 15 | 0 | 0.29 | 0.92 | 0.24 | 40.89 | 0.86 | 0.41 |
| Hex | C2 | 89 | F | 0 | 1D | 5C | 18 | 29 | 56 | 29 |
| Octal | 302 | 211 | 17 | 0 | 35 | 134 | 30 | 51 | 126 | 51 |
| Binary | 11000010 | 10001001 | 1111 | 0 | 11101 | 1011100 | 11000 | 101001 | 1010110 | 101001 |
Color Harmonies of #C2890F
Complementary color
Monochromatic Colors of #C2890F
Black with #C2890F
Text Example
Text Example
White with #C2890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2890F; }
p { color: rgb(194,137,15); }
H1.HeaderClassName
{
color: #C2890F;
}
.AnyTagClassName
{
color: #C2890F;
}
</style>
background-color css
<style>
a { background-color: #C2890F; }
a { background-color: rgb(194,137,15); }
div.DivClassName
{
background-color: #C2890F;
}
.BgClassName
{
background-color: #C2890F;
}
</style>
border-color css
<style>
span { border-color: #C2890F; }
span { border-color: rgb(194,137,15); }
td.TdClassName
{
border-color: #C2890F;
}
.TagClassName
{
border-color: #C2890F;
}
</style>