Shades of Dark Goldenrod #C19100
Tints of Dark Goldenrod #C19100
RGB
CMYK
RGB Variations
Color information
#C19100 (or 0xC19100) is known color: Dark Goldenrod. HEX triplet: C1, 91 and 00. RGB value is (193,145,0). Sum of RGB (Red+Green+Blue) = 193+145+0=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C19100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19100 is #3E6EFF. Grayscale: #8F8F8F. Windows color (decimal): -4091648 or 37313. OLE color: 37313.
HSL color Cylindrical-coordinate representation of color #C19100: hue angle of 45.08º 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 #C19100 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.24 |
| HSL | 45.08º | 1% | 0.38% | - |
| HSV(B) | 45.08º | 1% | 0.76% | - |
| XYZ | 32.12 | 31.59 | 4.4 | - |
| YUV | 142.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 0 | 0 | 0.25 | 1 | 0.24 | 45.08 | 1 | 0.38 |
| Hex | C1 | 91 | 0 | 0 | 19 | 64 | 18 | 2D | 64 | 26 |
| Octal | 301 | 221 | 0 | 0 | 31 | 144 | 30 | 55 | 144 | 46 |
| Binary | 11000001 | 10010001 | 0 | 0 | 11001 | 1100100 | 11000 | 101101 | 1100100 | 100110 |
Color Harmonies of #C19100
Complementary color
Monochromatic Colors of #C19100
Black with #C19100
Text Example
Text Example
White with #C19100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19100; }
p { color: rgb(193,145,0); }
H1.HeaderClassName
{
color: #C19100;
}
.AnyTagClassName
{
color: #C19100;
}
</style>
background-color css
<style>
a { background-color: #C19100; }
a { background-color: rgb(193,145,0); }
div.DivClassName
{
background-color: #C19100;
}
.BgClassName
{
background-color: #C19100;
}
</style>
border-color css
<style>
span { border-color: #C19100; }
span { border-color: rgb(193,145,0); }
td.TdClassName
{
border-color: #C19100;
}
.TagClassName
{
border-color: #C19100;
}
</style>