Shades of Dark Goldenrod #C17E14
Tints of Dark Goldenrod #C17E14
RGB
CMYK
RGB Variations
Color information
#C17E14 (or 0xC17E14) is known color: Dark Goldenrod. HEX triplet: C1, 7E and 14. RGB value is (193,126,20). Sum of RGB (Red+Green+Blue) = 193+126+20=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17E14 is #3E81EB. Grayscale: #868686. Windows color (decimal): -4096492 or 1343169. OLE color: 1343169.
HSL color Cylindrical-coordinate representation of color #C17E14: hue angle of 36.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17E14 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 20 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.24 |
| HSL | 36.76º | 0.81% | 0.42% | - |
| HSV(B) | 36.76º | 0.9% | 0.76% | - |
| XYZ | 29.58 | 26.31 | 4.18 | - |
| YUV | 133.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 20 | 0 | 0.35 | 0.90 | 0.24 | 36.76 | 0.81 | 0.42 |
| Hex | C1 | 7E | 14 | 0 | 23 | 5A | 18 | 25 | 51 | 2A |
| Octal | 301 | 176 | 24 | 0 | 43 | 132 | 30 | 45 | 121 | 52 |
| Binary | 11000001 | 1111110 | 10100 | 0 | 100011 | 1011010 | 11000 | 100101 | 1010001 | 101010 |
Color Harmonies of #C17E14
Complementary color
Monochromatic Colors of #C17E14
Black with #C17E14
Text Example
Text Example
White with #C17E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E14; }
p { color: rgb(193,126,20); }
H1.HeaderClassName
{
color: #C17E14;
}
.AnyTagClassName
{
color: #C17E14;
}
</style>
background-color css
<style>
a { background-color: #C17E14; }
a { background-color: rgb(193,126,20); }
div.DivClassName
{
background-color: #C17E14;
}
.BgClassName
{
background-color: #C17E14;
}
</style>
border-color css
<style>
span { border-color: #C17E14; }
span { border-color: rgb(193,126,20); }
td.TdClassName
{
border-color: #C17E14;
}
.TagClassName
{
border-color: #C17E14;
}
</style>