Shades of Dark Goldenrod #C17001
Tints of Dark Goldenrod #C17001
RGB
CMYK
RGB Variations
Color information
#C17001 (or 0xC17001) is known color: Dark Goldenrod. HEX triplet: C1, 70 and 01. RGB value is (193,112,1). Sum of RGB (Red+Green+Blue) = 193+112+1=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C17001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17001 is #3E8FFE. Grayscale: #7C7C7C. Windows color (decimal): -4100095 or 94401. OLE color: 94401.
HSL color Cylindrical-coordinate representation of color #C17001: hue angle of 34.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C17001 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.24 |
| HSL | 34.69º | 0.99% | 0.38% | - |
| HSV(B) | 34.69º | 0.99% | 0.76% | - |
| XYZ | 27.79 | 22.93 | 2.99 | - |
| YUV | 123.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 1 | 0 | 0.42 | 0.99 | 0.24 | 34.69 | 0.99 | 0.38 |
| Hex | C1 | 70 | 1 | 0 | 2A | 63 | 18 | 23 | 63 | 26 |
| Octal | 301 | 160 | 1 | 0 | 52 | 143 | 30 | 43 | 143 | 46 |
| Binary | 11000001 | 1110000 | 1 | 0 | 101010 | 1100011 | 11000 | 100011 | 1100011 | 100110 |
Color Harmonies of #C17001
Complementary color
Monochromatic Colors of #C17001
Black with #C17001
Text Example
Text Example
White with #C17001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17001; }
p { color: rgb(193,112,1); }
H1.HeaderClassName
{
color: #C17001;
}
.AnyTagClassName
{
color: #C17001;
}
</style>
background-color css
<style>
a { background-color: #C17001; }
a { background-color: rgb(193,112,1); }
div.DivClassName
{
background-color: #C17001;
}
.BgClassName
{
background-color: #C17001;
}
</style>
border-color css
<style>
span { border-color: #C17001; }
span { border-color: rgb(193,112,1); }
td.TdClassName
{
border-color: #C17001;
}
.TagClassName
{
border-color: #C17001;
}
</style>