Shades of Dark Goldenrod #C17607
Tints of Dark Goldenrod #C17607
RGB
CMYK
RGB Variations
Color information
#C17607 (or 0xC17607) is known color: Dark Goldenrod. HEX triplet: C1, 76 and 07. RGB value is (193,118,7). Sum of RGB (Red+Green+Blue) = 193+118+7=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C17607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17607 is #3E89F8. Grayscale: #808080. Windows color (decimal): -4098553 or 489153. OLE color: 489153.
HSL color Cylindrical-coordinate representation of color #C17607: hue angle of 35.81º 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 #C17607 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.24 |
| HSL | 35.81º | 0.93% | 0.39% | - |
| HSV(B) | 35.81º | 0.96% | 0.76% | - |
| XYZ | 28.51 | 24.31 | 3.39 | - |
| YUV | 127.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 7 | 0 | 0.39 | 0.96 | 0.24 | 35.81 | 0.93 | 0.39 |
| Hex | C1 | 76 | 7 | 0 | 27 | 60 | 18 | 24 | 5D | 27 |
| Octal | 301 | 166 | 7 | 0 | 47 | 140 | 30 | 44 | 135 | 47 |
| Binary | 11000001 | 1110110 | 111 | 0 | 100111 | 1100000 | 11000 | 100100 | 1011101 | 100111 |
Color Harmonies of #C17607
Complementary color
Monochromatic Colors of #C17607
Black with #C17607
Text Example
Text Example
White with #C17607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17607; }
p { color: rgb(193,118,7); }
H1.HeaderClassName
{
color: #C17607;
}
.AnyTagClassName
{
color: #C17607;
}
</style>
background-color css
<style>
a { background-color: #C17607; }
a { background-color: rgb(193,118,7); }
div.DivClassName
{
background-color: #C17607;
}
.BgClassName
{
background-color: #C17607;
}
</style>
border-color css
<style>
span { border-color: #C17607; }
span { border-color: rgb(193,118,7); }
td.TdClassName
{
border-color: #C17607;
}
.TagClassName
{
border-color: #C17607;
}
</style>