Shades of Dark Goldenrod #C19209
Tints of Dark Goldenrod #C19209
RGB
CMYK
RGB Variations
Color information
#C19209 (or 0xC19209) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 09. RGB value is (193,146,9). Sum of RGB (Red+Green+Blue) = 193+146+9=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C19209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19209 is #3E6DF6. Grayscale: #919191. Windows color (decimal): -4091383 or 627393. OLE color: 627393.
HSL color Cylindrical-coordinate representation of color #C19209: hue angle of 44.67º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C19209 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 9 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.24 |
| HSL | 44.67º | 0.91% | 0.4% | - |
| HSV(B) | 44.67º | 0.95% | 0.76% | - |
| XYZ | 32.32 | 31.91 | 4.72 | - |
| YUV | 144.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 9 | 0 | 0.24 | 0.95 | 0.24 | 44.67 | 0.91 | 0.4 |
| Hex | C1 | 92 | 9 | 0 | 18 | 5F | 18 | 2D | 5B | 28 |
| Octal | 301 | 222 | 11 | 0 | 30 | 137 | 30 | 55 | 133 | 50 |
| Binary | 11000001 | 10010010 | 1001 | 0 | 11000 | 1011111 | 11000 | 101101 | 1011011 | 101000 |
Color Harmonies of #C19209
Complementary color
Monochromatic Colors of #C19209
Black with #C19209
Text Example
Text Example
White with #C19209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19209; }
p { color: rgb(193,146,9); }
H1.HeaderClassName
{
color: #C19209;
}
.AnyTagClassName
{
color: #C19209;
}
</style>
background-color css
<style>
a { background-color: #C19209; }
a { background-color: rgb(193,146,9); }
div.DivClassName
{
background-color: #C19209;
}
.BgClassName
{
background-color: #C19209;
}
</style>
border-color css
<style>
span { border-color: #C19209; }
span { border-color: rgb(193,146,9); }
td.TdClassName
{
border-color: #C19209;
}
.TagClassName
{
border-color: #C19209;
}
</style>