Shades of Dark Goldenrod #C17306
Tints of Dark Goldenrod #C17306
RGB
CMYK
RGB Variations
Color information
#C17306 (or 0xC17306) is known color: Dark Goldenrod. HEX triplet: C1, 73 and 06. RGB value is (193,115,6). Sum of RGB (Red+Green+Blue) = 193+115+6=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C17306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17306 is #3E8CF9. Grayscale: #7E7E7E. Windows color (decimal): -4099322 or 422849. OLE color: 422849.
HSL color Cylindrical-coordinate representation of color #C17306: hue angle of 34.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C17306 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.24 |
| HSL | 34.97º | 0.94% | 0.39% | - |
| HSV(B) | 34.97º | 0.97% | 0.76% | - |
| XYZ | 28.16 | 23.61 | 3.25 | - |
| YUV | 125.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 6 | 0 | 0.40 | 0.97 | 0.24 | 34.97 | 0.94 | 0.39 |
| Hex | C1 | 73 | 6 | 0 | 28 | 61 | 18 | 23 | 5E | 27 |
| Octal | 301 | 163 | 6 | 0 | 50 | 141 | 30 | 43 | 136 | 47 |
| Binary | 11000001 | 1110011 | 110 | 0 | 101000 | 1100001 | 11000 | 100011 | 1011110 | 100111 |
Color Harmonies of #C17306
Complementary color
Monochromatic Colors of #C17306
Black with #C17306
Text Example
Text Example
White with #C17306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17306; }
p { color: rgb(193,115,6); }
H1.HeaderClassName
{
color: #C17306;
}
.AnyTagClassName
{
color: #C17306;
}
</style>
background-color css
<style>
a { background-color: #C17306; }
a { background-color: rgb(193,115,6); }
div.DivClassName
{
background-color: #C17306;
}
.BgClassName
{
background-color: #C17306;
}
</style>
border-color css
<style>
span { border-color: #C17306; }
span { border-color: rgb(193,115,6); }
td.TdClassName
{
border-color: #C17306;
}
.TagClassName
{
border-color: #C17306;
}
</style>