Shades of Dark Goldenrod #C19205
Tints of Dark Goldenrod #C19205
RGB
CMYK
RGB Variations
Color information
#C19205 (or 0xC19205) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 05. RGB value is (193,146,5). Sum of RGB (Red+Green+Blue) = 193+146+5=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C19205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19205 is #3E6DFA. Grayscale: #909090. Windows color (decimal): -4091387 or 365249. OLE color: 365249.
HSL color Cylindrical-coordinate representation of color #C19205: hue angle of 45º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C19205 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.24 |
| HSL | 45º | 0.95% | 0.39% | - |
| HSV(B) | 45º | 0.97% | 0.76% | - |
| XYZ | 32.3 | 31.91 | 4.6 | - |
| YUV | 143.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 5 | 0 | 0.24 | 0.97 | 0.24 | 45 | 0.95 | 0.39 |
| Hex | C1 | 92 | 5 | 0 | 18 | 61 | 18 | 2D | 5F | 27 |
| Octal | 301 | 222 | 5 | 0 | 30 | 141 | 30 | 55 | 137 | 47 |
| Binary | 11000001 | 10010010 | 101 | 0 | 11000 | 1100001 | 11000 | 101101 | 1011111 | 100111 |
Color Harmonies of #C19205
Complementary color
Monochromatic Colors of #C19205
Black with #C19205
Text Example
Text Example
White with #C19205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19205; }
p { color: rgb(193,146,5); }
H1.HeaderClassName
{
color: #C19205;
}
.AnyTagClassName
{
color: #C19205;
}
</style>
background-color css
<style>
a { background-color: #C19205; }
a { background-color: rgb(193,146,5); }
div.DivClassName
{
background-color: #C19205;
}
.BgClassName
{
background-color: #C19205;
}
</style>
border-color css
<style>
span { border-color: #C19205; }
span { border-color: rgb(193,146,5); }
td.TdClassName
{
border-color: #C19205;
}
.TagClassName
{
border-color: #C19205;
}
</style>