Shades of Dark Goldenrod #C17C00
Tints of Dark Goldenrod #C17C00
RGB
CMYK
RGB Variations
Color information
#C17C00 (or 0xC17C00) is known color: Dark Goldenrod. HEX triplet: C1, 7C and 00. RGB value is (193,124,0). Sum of RGB (Red+Green+Blue) = 193+124+0=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17C00 is #3E83FF. Grayscale: #838383. Windows color (decimal): -4097024 or 31937. OLE color: 31937.
HSL color Cylindrical-coordinate representation of color #C17C00: hue angle of 38.55º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C17C00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 124 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.24 |
| HSL | 38.55º | 1% | 0.38% | - |
| HSV(B) | 38.55º | 1% | 0.76% | - |
| XYZ | 29.2 | 25.75 | 3.43 | - |
| YUV | 130.5 | 54.36 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 0 | 0 | 0.36 | 1 | 0.24 | 38.55 | 1 | 0.38 |
| Hex | C1 | 7C | 0 | 0 | 24 | 64 | 18 | 27 | 64 | 26 |
| Octal | 301 | 174 | 0 | 0 | 44 | 144 | 30 | 47 | 144 | 46 |
| Binary | 11000001 | 1111100 | 0 | 0 | 100100 | 1100100 | 11000 | 100111 | 1100100 | 100110 |
Color Harmonies of #C17C00
Complementary color
Monochromatic Colors of #C17C00
Black with #C17C00
Text Example
Text Example
White with #C17C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17C00; }
p { color: rgb(193,124,0); }
H1.HeaderClassName
{
color: #C17C00;
}
.AnyTagClassName
{
color: #C17C00;
}
</style>
background-color css
<style>
a { background-color: #C17C00; }
a { background-color: rgb(193,124,0); }
div.DivClassName
{
background-color: #C17C00;
}
.BgClassName
{
background-color: #C17C00;
}
</style>
border-color css
<style>
span { border-color: #C17C00; }
span { border-color: rgb(193,124,0); }
td.TdClassName
{
border-color: #C17C00;
}
.TagClassName
{
border-color: #C17C00;
}
</style>