Shades of Dark Goldenrod #C1790E
Tints of Dark Goldenrod #C1790E
RGB
CMYK
RGB Variations
Color information
#C1790E (or 0xC1790E) is known color: Dark Goldenrod. HEX triplet: C1, 79 and 0E. RGB value is (193,121,14). Sum of RGB (Red+Green+Blue) = 193+121+14=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C1790E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1790E is #3E86F1. Grayscale: #828282. Windows color (decimal): -4097778 or 948673. OLE color: 948673.
HSL color Cylindrical-coordinate representation of color #C1790E: hue angle of 35.87º 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 #C1790E is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 14 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.24 |
| HSL | 35.87º | 0.86% | 0.41% | - |
| HSV(B) | 35.87º | 0.93% | 0.76% | - |
| XYZ | 28.91 | 25.04 | 3.73 | - |
| YUV | 130.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 14 | 0 | 0.37 | 0.93 | 0.24 | 35.87 | 0.86 | 0.41 |
| Hex | C1 | 79 | E | 0 | 25 | 5D | 18 | 24 | 56 | 29 |
| Octal | 301 | 171 | 16 | 0 | 45 | 135 | 30 | 44 | 126 | 51 |
| Binary | 11000001 | 1111001 | 1110 | 0 | 100101 | 1011101 | 11000 | 100100 | 1010110 | 101001 |
Color Harmonies of #C1790E
Complementary color
Monochromatic Colors of #C1790E
Black with #C1790E
Text Example
Text Example
White with #C1790E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1790E; }
p { color: rgb(193,121,14); }
H1.HeaderClassName
{
color: #C1790E;
}
.AnyTagClassName
{
color: #C1790E;
}
</style>
background-color css
<style>
a { background-color: #C1790E; }
a { background-color: rgb(193,121,14); }
div.DivClassName
{
background-color: #C1790E;
}
.BgClassName
{
background-color: #C1790E;
}
</style>
border-color css
<style>
span { border-color: #C1790E; }
span { border-color: rgb(193,121,14); }
td.TdClassName
{
border-color: #C1790E;
}
.TagClassName
{
border-color: #C1790E;
}
</style>