Shades of Dark Goldenrod #C17C0E
Tints of Dark Goldenrod #C17C0E
RGB
CMYK
RGB Variations
Color information
#C17C0E (or 0xC17C0E) is known color: Dark Goldenrod. HEX triplet: C1, 7C and 0E. RGB value is (193,124,14). Sum of RGB (Red+Green+Blue) = 193+124+14=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17C0E is #3E83F1. Grayscale: #848484. Windows color (decimal): -4097010 or 949441. OLE color: 949441.
HSL color Cylindrical-coordinate representation of color #C17C0E: hue angle of 36.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 #C17C0E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.24 |
| HSL | 36.87º | 0.86% | 0.41% | - |
| HSV(B) | 36.87º | 0.93% | 0.76% | - |
| XYZ | 29.28 | 25.78 | 3.85 | - |
| YUV | 132.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 14 | 0 | 0.36 | 0.93 | 0.24 | 36.87 | 0.86 | 0.41 |
| Hex | C1 | 7C | E | 0 | 24 | 5D | 18 | 25 | 56 | 29 |
| Octal | 301 | 174 | 16 | 0 | 44 | 135 | 30 | 45 | 126 | 51 |
| Binary | 11000001 | 1111100 | 1110 | 0 | 100100 | 1011101 | 11000 | 100101 | 1010110 | 101001 |
Color Harmonies of #C17C0E
Complementary color
Monochromatic Colors of #C17C0E
Black with #C17C0E
Text Example
Text Example
White with #C17C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C0E; }
p { color: rgb(193,124,14); }
H1.HeaderClassName
{
color: #C17C0E;
}
.AnyTagClassName
{
color: #C17C0E;
}
</style>
background-color css
<style>
a { background-color: #C17C0E; }
a { background-color: rgb(193,124,14); }
div.DivClassName
{
background-color: #C17C0E;
}
.BgClassName
{
background-color: #C17C0E;
}
</style>
border-color css
<style>
span { border-color: #C17C0E; }
span { border-color: rgb(193,124,14); }
td.TdClassName
{
border-color: #C17C0E;
}
.TagClassName
{
border-color: #C17C0E;
}
</style>