Shades of Dark Goldenrod #C19206
Tints of Dark Goldenrod #C19206
RGB
CMYK
RGB Variations
Color information
#C19206 (or 0xC19206) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 06. RGB value is (193,146,6). Sum of RGB (Red+Green+Blue) = 193+146+6=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C19206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19206 is #3E6DF9. Grayscale: #909090. Windows color (decimal): -4091386 or 430785. OLE color: 430785.
HSL color Cylindrical-coordinate representation of color #C19206: hue angle of 44.92º degrees, saturation: 0.94, 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 #C19206 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 6 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.24 |
| HSL | 44.92º | 0.94% | 0.39% | - |
| HSV(B) | 44.92º | 0.97% | 0.76% | - |
| XYZ | 32.3 | 31.91 | 4.63 | - |
| YUV | 144.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 6 | 0 | 0.24 | 0.97 | 0.24 | 44.92 | 0.94 | 0.39 |
| Hex | C1 | 92 | 6 | 0 | 18 | 61 | 18 | 2D | 5E | 27 |
| Octal | 301 | 222 | 6 | 0 | 30 | 141 | 30 | 55 | 136 | 47 |
| Binary | 11000001 | 10010010 | 110 | 0 | 11000 | 1100001 | 11000 | 101101 | 1011110 | 100111 |
Color Harmonies of #C19206
Complementary color
Monochromatic Colors of #C19206
Black with #C19206
Text Example
Text Example
White with #C19206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19206; }
p { color: rgb(193,146,6); }
H1.HeaderClassName
{
color: #C19206;
}
.AnyTagClassName
{
color: #C19206;
}
</style>
background-color css
<style>
a { background-color: #C19206; }
a { background-color: rgb(193,146,6); }
div.DivClassName
{
background-color: #C19206;
}
.BgClassName
{
background-color: #C19206;
}
</style>
border-color css
<style>
span { border-color: #C19206; }
span { border-color: rgb(193,146,6); }
td.TdClassName
{
border-color: #C19206;
}
.TagClassName
{
border-color: #C19206;
}
</style>