Shades of Dark Goldenrod #C17D14
Tints of Dark Goldenrod #C17D14
RGB
CMYK
RGB Variations
Color information
#C17D14 (or 0xC17D14) is known color: Dark Goldenrod. HEX triplet: C1, 7D and 14. RGB value is (193,125,20). Sum of RGB (Red+Green+Blue) = 193+125+20=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D14 is #3E82EB. Grayscale: #858585. Windows color (decimal): -4096748 or 1342913. OLE color: 1342913.
HSL color Cylindrical-coordinate representation of color #C17D14: hue angle of 36.42º 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 #C17D14 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 125 | 20 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.24 |
| HSL | 36.42º | 0.81% | 0.42% | - |
| HSV(B) | 36.42º | 0.9% | 0.76% | - |
| XYZ | 29.45 | 26.06 | 4.14 | - |
| YUV | 133.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 125 | 20 | 0 | 0.35 | 0.90 | 0.24 | 36.42 | 0.81 | 0.42 |
| Hex | C1 | 7D | 14 | 0 | 23 | 5A | 18 | 24 | 51 | 2A |
| Octal | 301 | 175 | 24 | 0 | 43 | 132 | 30 | 44 | 121 | 52 |
| Binary | 11000001 | 1111101 | 10100 | 0 | 100011 | 1011010 | 11000 | 100100 | 1010001 | 101010 |
Color Harmonies of #C17D14
Complementary color
Monochromatic Colors of #C17D14
Black with #C17D14
Text Example
Text Example
White with #C17D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17D14; }
p { color: rgb(193,125,20); }
H1.HeaderClassName
{
color: #C17D14;
}
.AnyTagClassName
{
color: #C17D14;
}
</style>
background-color css
<style>
a { background-color: #C17D14; }
a { background-color: rgb(193,125,20); }
div.DivClassName
{
background-color: #C17D14;
}
.BgClassName
{
background-color: #C17D14;
}
</style>
border-color css
<style>
span { border-color: #C17D14; }
span { border-color: rgb(193,125,20); }
td.TdClassName
{
border-color: #C17D14;
}
.TagClassName
{
border-color: #C17D14;
}
</style>