Shades of Dark Goldenrod #C17302
Tints of Dark Goldenrod #C17302
RGB
CMYK
RGB Variations
Color information
#C17302 (or 0xC17302) is known color: Dark Goldenrod. HEX triplet: C1, 73 and 02. RGB value is (193,115,2). Sum of RGB (Red+Green+Blue) = 193+115+2=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C17302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17302 is #3E8CFD. Grayscale: #7D7D7D. Windows color (decimal): -4099326 or 160705. OLE color: 160705.
HSL color Cylindrical-coordinate representation of color #C17302: hue angle of 35.5º degrees, saturation: 0.98, 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 #C17302 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.24 |
| HSL | 35.5º | 0.98% | 0.38% | - |
| HSV(B) | 35.5º | 0.99% | 0.76% | - |
| XYZ | 28.13 | 23.6 | 3.13 | - |
| YUV | 125.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 2 | 0 | 0.40 | 0.99 | 0.24 | 35.5 | 0.98 | 0.38 |
| Hex | C1 | 73 | 2 | 0 | 28 | 63 | 18 | 23 | 62 | 26 |
| Octal | 301 | 163 | 2 | 0 | 50 | 143 | 30 | 43 | 142 | 46 |
| Binary | 11000001 | 1110011 | 10 | 0 | 101000 | 1100011 | 11000 | 100011 | 1100010 | 100110 |
Color Harmonies of #C17302
Complementary color
Monochromatic Colors of #C17302
Black with #C17302
Text Example
Text Example
White with #C17302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17302; }
p { color: rgb(193,115,2); }
H1.HeaderClassName
{
color: #C17302;
}
.AnyTagClassName
{
color: #C17302;
}
</style>
background-color css
<style>
a { background-color: #C17302; }
a { background-color: rgb(193,115,2); }
div.DivClassName
{
background-color: #C17302;
}
.BgClassName
{
background-color: #C17302;
}
</style>
border-color css
<style>
span { border-color: #C17302; }
span { border-color: rgb(193,115,2); }
td.TdClassName
{
border-color: #C17302;
}
.TagClassName
{
border-color: #C17302;
}
</style>