Shades of Dark Goldenrod #C17911
Tints of Dark Goldenrod #C17911
RGB
CMYK
RGB Variations
Color information
#C17911 (or 0xC17911) is known color: Dark Goldenrod. HEX triplet: C1, 79 and 11. RGB value is (193,121,17). Sum of RGB (Red+Green+Blue) = 193+121+17=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17911 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17911 is #3E86EE. Grayscale: #838383. Windows color (decimal): -4097775 or 1145281. OLE color: 1145281.
HSL color Cylindrical-coordinate representation of color #C17911: hue angle of 35.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C17911 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 121 | 17 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.24 |
| HSL | 35.45º | 0.84% | 0.41% | - |
| HSV(B) | 35.45º | 0.91% | 0.76% | - |
| XYZ | 28.93 | 25.05 | 3.84 | - |
| YUV | 130.67 | 63.85 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 17 | 0 | 0.37 | 0.91 | 0.24 | 35.45 | 0.84 | 0.41 |
| Hex | C1 | 79 | 11 | 0 | 25 | 5B | 18 | 23 | 54 | 29 |
| Octal | 301 | 171 | 21 | 0 | 45 | 133 | 30 | 43 | 124 | 51 |
| Binary | 11000001 | 1111001 | 10001 | 0 | 100101 | 1011011 | 11000 | 100011 | 1010100 | 101001 |
Color Harmonies of #C17911
Complementary color
Monochromatic Colors of #C17911
Black with #C17911
Text Example
Text Example
White with #C17911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17911; }
p { color: rgb(193,121,17); }
H1.HeaderClassName
{
color: #C17911;
}
.AnyTagClassName
{
color: #C17911;
}
</style>
background-color css
<style>
a { background-color: #C17911; }
a { background-color: rgb(193,121,17); }
div.DivClassName
{
background-color: #C17911;
}
.BgClassName
{
background-color: #C17911;
}
</style>
border-color css
<style>
span { border-color: #C17911; }
span { border-color: rgb(193,121,17); }
td.TdClassName
{
border-color: #C17911;
}
.TagClassName
{
border-color: #C17911;
}
</style>