Shades of Dark Goldenrod #C19409
Tints of Dark Goldenrod #C19409
RGB
CMYK
RGB Variations
Color information
#C19409 (or 0xC19409) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 09. RGB value is (193,148,9). Sum of RGB (Red+Green+Blue) = 193+148+9=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C19409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19409 is #3E6BF6. Grayscale: #929292. Windows color (decimal): -4090871 or 627905. OLE color: 627905.
HSL color Cylindrical-coordinate representation of color #C19409: hue angle of 45.33º 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 #C19409 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 9 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.24 |
| HSL | 45.33º | 0.91% | 0.4% | - |
| HSV(B) | 45.33º | 0.95% | 0.76% | - |
| XYZ | 32.63 | 32.54 | 4.82 | - |
| YUV | 145.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 9 | 0 | 0.23 | 0.95 | 0.24 | 45.33 | 0.91 | 0.4 |
| Hex | C1 | 94 | 9 | 0 | 17 | 5F | 18 | 2D | 5B | 28 |
| Octal | 301 | 224 | 11 | 0 | 27 | 137 | 30 | 55 | 133 | 50 |
| Binary | 11000001 | 10010100 | 1001 | 0 | 10111 | 1011111 | 11000 | 101101 | 1011011 | 101000 |
Color Harmonies of #C19409
Complementary color
Monochromatic Colors of #C19409
Black with #C19409
Text Example
Text Example
White with #C19409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19409; }
p { color: rgb(193,148,9); }
H1.HeaderClassName
{
color: #C19409;
}
.AnyTagClassName
{
color: #C19409;
}
</style>
background-color css
<style>
a { background-color: #C19409; }
a { background-color: rgb(193,148,9); }
div.DivClassName
{
background-color: #C19409;
}
.BgClassName
{
background-color: #C19409;
}
</style>
border-color css
<style>
span { border-color: #C19409; }
span { border-color: rgb(193,148,9); }
td.TdClassName
{
border-color: #C19409;
}
.TagClassName
{
border-color: #C19409;
}
</style>