Shades of Dark Goldenrod #C17E00
Tints of Dark Goldenrod #C17E00
RGB
CMYK
RGB Variations
Color information
#C17E00 (or 0xC17E00) is known color: Dark Goldenrod. HEX triplet: C1, 7E and 00. RGB value is (193,126,0). Sum of RGB (Red+Green+Blue) = 193+126+0=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17E00 is #3E81FF. Grayscale: #848484. Windows color (decimal): -4096512 or 32449. OLE color: 32449.
HSL color Cylindrical-coordinate representation of color #C17E00: hue angle of 39.17º 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 #C17E00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 126 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.24 |
| HSL | 39.17º | 1% | 0.38% | - |
| HSV(B) | 39.17º | 1% | 0.76% | - |
| XYZ | 29.45 | 26.26 | 3.52 | - |
| YUV | 131.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 0 | 0 | 0.35 | 1 | 0.24 | 39.17 | 1 | 0.38 |
| Hex | C1 | 7E | 0 | 0 | 23 | 64 | 18 | 27 | 64 | 26 |
| Octal | 301 | 176 | 0 | 0 | 43 | 144 | 30 | 47 | 144 | 46 |
| Binary | 11000001 | 1111110 | 0 | 0 | 100011 | 1100100 | 11000 | 100111 | 1100100 | 100110 |
Color Harmonies of #C17E00
Complementary color
Monochromatic Colors of #C17E00
Black with #C17E00
Text Example
Text Example
White with #C17E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17E00; }
p { color: rgb(193,126,0); }
H1.HeaderClassName
{
color: #C17E00;
}
.AnyTagClassName
{
color: #C17E00;
}
</style>
background-color css
<style>
a { background-color: #C17E00; }
a { background-color: rgb(193,126,0); }
div.DivClassName
{
background-color: #C17E00;
}
.BgClassName
{
background-color: #C17E00;
}
</style>
border-color css
<style>
span { border-color: #C17E00; }
span { border-color: rgb(193,126,0); }
td.TdClassName
{
border-color: #C17E00;
}
.TagClassName
{
border-color: #C17E00;
}
</style>