Shades of Dark Goldenrod #C1740D
Tints of Dark Goldenrod #C1740D
RGB
CMYK
RGB Variations
Color information
#C1740D (or 0xC1740D) is known color: Dark Goldenrod. HEX triplet: C1, 74 and 0D. RGB value is (193,116,13). Sum of RGB (Red+Green+Blue) = 193+116+13=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1740D is #3E8BF2. Grayscale: #7F7F7F. Windows color (decimal): -4099059 or 881857. OLE color: 881857.
HSL color Cylindrical-coordinate representation of color #C1740D: hue angle of 34.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1740D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 13 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.24 |
| HSL | 34.33º | 0.87% | 0.4% | - |
| HSV(B) | 34.33º | 0.93% | 0.76% | - |
| XYZ | 28.31 | 23.86 | 3.49 | - |
| YUV | 127.28 | 63.51 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 13 | 0 | 0.40 | 0.93 | 0.24 | 34.33 | 0.87 | 0.4 |
| Hex | C1 | 74 | D | 0 | 28 | 5D | 18 | 22 | 57 | 28 |
| Octal | 301 | 164 | 15 | 0 | 50 | 135 | 30 | 42 | 127 | 50 |
| Binary | 11000001 | 1110100 | 1101 | 0 | 101000 | 1011101 | 11000 | 100010 | 1010111 | 101000 |
Color Harmonies of #C1740D
Complementary color
Monochromatic Colors of #C1740D
Black with #C1740D
Text Example
Text Example
White with #C1740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1740D; }
p { color: rgb(193,116,13); }
H1.HeaderClassName
{
color: #C1740D;
}
.AnyTagClassName
{
color: #C1740D;
}
</style>
background-color css
<style>
a { background-color: #C1740D; }
a { background-color: rgb(193,116,13); }
div.DivClassName
{
background-color: #C1740D;
}
.BgClassName
{
background-color: #C1740D;
}
</style>
border-color css
<style>
span { border-color: #C1740D; }
span { border-color: rgb(193,116,13); }
td.TdClassName
{
border-color: #C1740D;
}
.TagClassName
{
border-color: #C1740D;
}
</style>