Shades of Dark Goldenrod #C17000
Tints of Dark Goldenrod #C17000
RGB
CMYK
RGB Variations
Color information
#C17000 (or 0xC17000) is known color: Dark Goldenrod. HEX triplet: C1, 70 and 00. RGB value is (193,112,0). Sum of RGB (Red+Green+Blue) = 193+112+0=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C17000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17000 is #3E8FFF. Grayscale: #7B7B7B. Windows color (decimal): -4100096 or 28865. OLE color: 28865.
HSL color Cylindrical-coordinate representation of color #C17000: hue angle of 34.82º 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 #C17000 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.24 |
| HSL | 34.82º | 1% | 0.38% | - |
| HSV(B) | 34.82º | 1% | 0.76% | - |
| XYZ | 27.79 | 22.93 | 2.96 | - |
| YUV | 123.45 | 58.34 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 0 | 0 | 0.42 | 1 | 0.24 | 34.82 | 1 | 0.38 |
| Hex | C1 | 70 | 0 | 0 | 2A | 64 | 18 | 23 | 64 | 26 |
| Octal | 301 | 160 | 0 | 0 | 52 | 144 | 30 | 43 | 144 | 46 |
| Binary | 11000001 | 1110000 | 0 | 0 | 101010 | 1100100 | 11000 | 100011 | 1100100 | 100110 |
Color Harmonies of #C17000
Complementary color
Monochromatic Colors of #C17000
Black with #C17000
Text Example
Text Example
White with #C17000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17000; }
p { color: rgb(193,112,0); }
H1.HeaderClassName
{
color: #C17000;
}
.AnyTagClassName
{
color: #C17000;
}
</style>
background-color css
<style>
a { background-color: #C17000; }
a { background-color: rgb(193,112,0); }
div.DivClassName
{
background-color: #C17000;
}
.BgClassName
{
background-color: #C17000;
}
</style>
border-color css
<style>
span { border-color: #C17000; }
span { border-color: rgb(193,112,0); }
td.TdClassName
{
border-color: #C17000;
}
.TagClassName
{
border-color: #C17000;
}
</style>