Shades of Dark Goldenrod #C17307
Tints of Dark Goldenrod #C17307
RGB
CMYK
RGB Variations
Color information
#C17307 (or 0xC17307) is known color: Dark Goldenrod. HEX triplet: C1, 73 and 07. RGB value is (193,115,7). Sum of RGB (Red+Green+Blue) = 193+115+7=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C17307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17307 is #3E8CF8. Grayscale: #7E7E7E. Windows color (decimal): -4099321 or 488385. OLE color: 488385.
HSL color Cylindrical-coordinate representation of color #C17307: hue angle of 34.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C17307 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 115 | 7 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.24 |
| HSL | 34.84º | 0.93% | 0.39% | - |
| HSV(B) | 34.84º | 0.96% | 0.76% | - |
| XYZ | 28.16 | 23.61 | 3.27 | - |
| YUV | 126.01 | 60.84 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 115 | 7 | 0 | 0.40 | 0.96 | 0.24 | 34.84 | 0.93 | 0.39 |
| Hex | C1 | 73 | 7 | 0 | 28 | 60 | 18 | 23 | 5D | 27 |
| Octal | 301 | 163 | 7 | 0 | 50 | 140 | 30 | 43 | 135 | 47 |
| Binary | 11000001 | 1110011 | 111 | 0 | 101000 | 1100000 | 11000 | 100011 | 1011101 | 100111 |
Color Harmonies of #C17307
Complementary color
Monochromatic Colors of #C17307
Black with #C17307
Text Example
Text Example
White with #C17307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17307; }
p { color: rgb(193,115,7); }
H1.HeaderClassName
{
color: #C17307;
}
.AnyTagClassName
{
color: #C17307;
}
</style>
background-color css
<style>
a { background-color: #C17307; }
a { background-color: rgb(193,115,7); }
div.DivClassName
{
background-color: #C17307;
}
.BgClassName
{
background-color: #C17307;
}
</style>
border-color css
<style>
span { border-color: #C17307; }
span { border-color: rgb(193,115,7); }
td.TdClassName
{
border-color: #C17307;
}
.TagClassName
{
border-color: #C17307;
}
</style>