Shades of Dark Goldenrod #C18113
Tints of Dark Goldenrod #C18113
RGB
CMYK
RGB Variations
Color information
#C18113 (or 0xC18113) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 13. RGB value is (193,129,19). Sum of RGB (Red+Green+Blue) = 193+129+19=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C18113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18113 is #3E7EEC. Grayscale: #888888. Windows color (decimal): -4095725 or 1278401. OLE color: 1278401.
HSL color Cylindrical-coordinate representation of color #C18113: hue angle of 37.93º degrees, saturation: 0.82, 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 #C18113 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 19 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.24 |
| HSL | 37.93º | 0.82% | 0.42% | - |
| HSV(B) | 37.93º | 0.9% | 0.76% | - |
| XYZ | 29.96 | 27.08 | 4.26 | - |
| YUV | 135.6 | 62.2 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 19 | 0 | 0.33 | 0.90 | 0.24 | 37.93 | 0.82 | 0.42 |
| Hex | C1 | 81 | 13 | 0 | 21 | 5A | 18 | 26 | 52 | 2A |
| Octal | 301 | 201 | 23 | 0 | 41 | 132 | 30 | 46 | 122 | 52 |
| Binary | 11000001 | 10000001 | 10011 | 0 | 100001 | 1011010 | 11000 | 100110 | 1010010 | 101010 |
Color Harmonies of #C18113
Complementary color
Monochromatic Colors of #C18113
Black with #C18113
Text Example
Text Example
White with #C18113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18113; }
p { color: rgb(193,129,19); }
H1.HeaderClassName
{
color: #C18113;
}
.AnyTagClassName
{
color: #C18113;
}
</style>
background-color css
<style>
a { background-color: #C18113; }
a { background-color: rgb(193,129,19); }
div.DivClassName
{
background-color: #C18113;
}
.BgClassName
{
background-color: #C18113;
}
</style>
border-color css
<style>
span { border-color: #C18113; }
span { border-color: rgb(193,129,19); }
td.TdClassName
{
border-color: #C18113;
}
.TagClassName
{
border-color: #C18113;
}
</style>