Shades of Dark Goldenrod #C19806
Tints of Dark Goldenrod #C19806
RGB
CMYK
RGB Variations
Color information
#C19806 (or 0xC19806) is known color: Dark Goldenrod. HEX triplet: C1, 98 and 06. RGB value is (193,152,6). Sum of RGB (Red+Green+Blue) = 193+152+6=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C19806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19806 is #3E67F9. Grayscale: #949494. Windows color (decimal): -4089850 or 432321. OLE color: 432321.
HSL color Cylindrical-coordinate representation of color #C19806: hue angle of 46.84º 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 #C19806 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.24 |
| HSL | 46.84º | 0.94% | 0.39% | - |
| HSV(B) | 46.84º | 0.97% | 0.76% | - |
| XYZ | 33.25 | 33.81 | 4.95 | - |
| YUV | 147.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 6 | 0 | 0.21 | 0.97 | 0.24 | 46.84 | 0.94 | 0.39 |
| Hex | C1 | 98 | 6 | 0 | 15 | 61 | 18 | 2F | 5E | 27 |
| Octal | 301 | 230 | 6 | 0 | 25 | 141 | 30 | 57 | 136 | 47 |
| Binary | 11000001 | 10011000 | 110 | 0 | 10101 | 1100001 | 11000 | 101111 | 1011110 | 100111 |
Color Harmonies of #C19806
Complementary color
Monochromatic Colors of #C19806
Black with #C19806
Text Example
Text Example
White with #C19806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19806; }
p { color: rgb(193,152,6); }
H1.HeaderClassName
{
color: #C19806;
}
.AnyTagClassName
{
color: #C19806;
}
</style>
background-color css
<style>
a { background-color: #C19806; }
a { background-color: rgb(193,152,6); }
div.DivClassName
{
background-color: #C19806;
}
.BgClassName
{
background-color: #C19806;
}
</style>
border-color css
<style>
span { border-color: #C19806; }
span { border-color: rgb(193,152,6); }
td.TdClassName
{
border-color: #C19806;
}
.TagClassName
{
border-color: #C19806;
}
</style>