Shades of Dark Goldenrod #C19200
Tints of Dark Goldenrod #C19200
RGB
CMYK
RGB Variations
Color information
#C19200 (or 0xC19200) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 00. RGB value is (193,146,0). Sum of RGB (Red+Green+Blue) = 193+146+0=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C19200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19200 is #3E6DFF. Grayscale: #909090. Windows color (decimal): -4091392 or 37569. OLE color: 37569.
HSL color Cylindrical-coordinate representation of color #C19200: hue angle of 45.39º 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 #C19200 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.24 |
| HSL | 45.39º | 1% | 0.38% | - |
| HSV(B) | 45.39º | 1% | 0.76% | - |
| XYZ | 32.27 | 31.9 | 4.46 | - |
| YUV | 143.41 | 47.07 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 0 | 0 | 0.24 | 1 | 0.24 | 45.39 | 1 | 0.38 |
| Hex | C1 | 92 | 0 | 0 | 18 | 64 | 18 | 2D | 64 | 26 |
| Octal | 301 | 222 | 0 | 0 | 30 | 144 | 30 | 55 | 144 | 46 |
| Binary | 11000001 | 10010010 | 0 | 0 | 11000 | 1100100 | 11000 | 101101 | 1100100 | 100110 |
Color Harmonies of #C19200
Complementary color
Monochromatic Colors of #C19200
Black with #C19200
Text Example
Text Example
White with #C19200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19200; }
p { color: rgb(193,146,0); }
H1.HeaderClassName
{
color: #C19200;
}
.AnyTagClassName
{
color: #C19200;
}
</style>
background-color css
<style>
a { background-color: #C19200; }
a { background-color: rgb(193,146,0); }
div.DivClassName
{
background-color: #C19200;
}
.BgClassName
{
background-color: #C19200;
}
</style>
border-color css
<style>
span { border-color: #C19200; }
span { border-color: rgb(193,146,0); }
td.TdClassName
{
border-color: #C19200;
}
.TagClassName
{
border-color: #C19200;
}
</style>