Shades of Dark Goldenrod #C17700
Tints of Dark Goldenrod #C17700
RGB
CMYK
RGB Variations
Color information
#C17700 (or 0xC17700) is known color: Dark Goldenrod. HEX triplet: C1, 77 and 00. RGB value is (193,119,0). Sum of RGB (Red+Green+Blue) = 193+119+0=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C17700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17700 is #3E88FF. Grayscale: #808080. Windows color (decimal): -4098304 or 30657. OLE color: 30657.
HSL color Cylindrical-coordinate representation of color #C17700: hue angle of 36.99º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C17700 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.24 |
| HSL | 36.99º | 1% | 0.38% | - |
| HSV(B) | 36.99º | 1% | 0.76% | - |
| XYZ | 28.59 | 24.53 | 3.23 | - |
| YUV | 127.56 | 56.02 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 0 | 0 | 0.38 | 1 | 0.24 | 36.99 | 1 | 0.38 |
| Hex | C1 | 77 | 0 | 0 | 26 | 64 | 18 | 25 | 64 | 26 |
| Octal | 301 | 167 | 0 | 0 | 46 | 144 | 30 | 45 | 144 | 46 |
| Binary | 11000001 | 1110111 | 0 | 0 | 100110 | 1100100 | 11000 | 100101 | 1100100 | 100110 |
Color Harmonies of #C17700
Complementary color
Monochromatic Colors of #C17700
Black with #C17700
Text Example
Text Example
White with #C17700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17700; }
p { color: rgb(193,119,0); }
H1.HeaderClassName
{
color: #C17700;
}
.AnyTagClassName
{
color: #C17700;
}
</style>
background-color css
<style>
a { background-color: #C17700; }
a { background-color: rgb(193,119,0); }
div.DivClassName
{
background-color: #C17700;
}
.BgClassName
{
background-color: #C17700;
}
</style>
border-color css
<style>
span { border-color: #C17700; }
span { border-color: rgb(193,119,0); }
td.TdClassName
{
border-color: #C17700;
}
.TagClassName
{
border-color: #C17700;
}
</style>