Shades of Dark Goldenrod #C18117
Tints of Dark Goldenrod #C18117
RGB
CMYK
RGB Variations
Color information
#C18117 (or 0xC18117) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 17. RGB value is (193,129,23). Sum of RGB (Red+Green+Blue) = 193+129+23=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C18117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18117 is #3E7EE8. Grayscale: #888888. Windows color (decimal): -4095721 or 1540545. OLE color: 1540545.
HSL color Cylindrical-coordinate representation of color #C18117: hue angle of 37.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C18117 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 23 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.24 |
| HSL | 37.41º | 0.79% | 0.42% | - |
| HSV(B) | 37.41º | 0.88% | 0.76% | - |
| XYZ | 30 | 27.1 | 4.46 | - |
| YUV | 136.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 23 | 0 | 0.33 | 0.88 | 0.24 | 37.41 | 0.79 | 0.42 |
| Hex | C1 | 81 | 17 | 0 | 21 | 58 | 18 | 25 | 4F | 2A |
| Octal | 301 | 201 | 27 | 0 | 41 | 130 | 30 | 45 | 117 | 52 |
| Binary | 11000001 | 10000001 | 10111 | 0 | 100001 | 1011000 | 11000 | 100101 | 1001111 | 101010 |
Color Harmonies of #C18117
Complementary color
Monochromatic Colors of #C18117
Black with #C18117
Text Example
Text Example
White with #C18117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18117; }
p { color: rgb(193,129,23); }
H1.HeaderClassName
{
color: #C18117;
}
.AnyTagClassName
{
color: #C18117;
}
</style>
background-color css
<style>
a { background-color: #C18117; }
a { background-color: rgb(193,129,23); }
div.DivClassName
{
background-color: #C18117;
}
.BgClassName
{
background-color: #C18117;
}
</style>
border-color css
<style>
span { border-color: #C18117; }
span { border-color: rgb(193,129,23); }
td.TdClassName
{
border-color: #C18117;
}
.TagClassName
{
border-color: #C18117;
}
</style>