Shades of Dark Goldenrod #C17E16
Tints of Dark Goldenrod #C17E16
RGB
CMYK
RGB Variations
Color information
#C17E16 (or 0xC17E16) is known color: Dark Goldenrod. HEX triplet: C1, 7E and 16. RGB value is (193,126,22). Sum of RGB (Red+Green+Blue) = 193+126+22=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17E16 is #3E81E9. Grayscale: #868686. Windows color (decimal): -4096490 or 1474241. OLE color: 1474241.
HSL color Cylindrical-coordinate representation of color #C17E16: hue angle of 36.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C17E16 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 22 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.24 |
| HSL | 36.49º | 0.8% | 0.42% | - |
| HSV(B) | 36.49º | 0.89% | 0.76% | - |
| XYZ | 29.6 | 26.32 | 4.28 | - |
| YUV | 134.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 22 | 0 | 0.35 | 0.89 | 0.24 | 36.49 | 0.8 | 0.42 |
| Hex | C1 | 7E | 16 | 0 | 23 | 59 | 18 | 24 | 50 | 2A |
| Octal | 301 | 176 | 26 | 0 | 43 | 131 | 30 | 44 | 120 | 52 |
| Binary | 11000001 | 1111110 | 10110 | 0 | 100011 | 1011001 | 11000 | 100100 | 1010000 | 101010 |
Color Harmonies of #C17E16
Complementary color
Monochromatic Colors of #C17E16
Black with #C17E16
Text Example
Text Example
White with #C17E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E16; }
p { color: rgb(193,126,22); }
H1.HeaderClassName
{
color: #C17E16;
}
.AnyTagClassName
{
color: #C17E16;
}
</style>
background-color css
<style>
a { background-color: #C17E16; }
a { background-color: rgb(193,126,22); }
div.DivClassName
{
background-color: #C17E16;
}
.BgClassName
{
background-color: #C17E16;
}
</style>
border-color css
<style>
span { border-color: #C17E16; }
span { border-color: rgb(193,126,22); }
td.TdClassName
{
border-color: #C17E16;
}
.TagClassName
{
border-color: #C17E16;
}
</style>