Shades of Dark Goldenrod #C19A00
Tints of Dark Goldenrod #C19A00
RGB
CMYK
RGB Variations
Color information
#C19A00 (or 0xC19A00) is known color: Dark Goldenrod. HEX triplet: C1, 9A and 00. RGB value is (193,154,0). Sum of RGB (Red+Green+Blue) = 193+154+0=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A00 is #3E65FF. Grayscale: #949494. Windows color (decimal): -4089344 or 39617. OLE color: 39617.
HSL color Cylindrical-coordinate representation of color #C19A00: hue angle of 47.88º 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 #C19A00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.24 |
| HSL | 47.88º | 1% | 0.38% | - |
| HSV(B) | 47.88º | 1% | 0.76% | - |
| XYZ | 33.55 | 34.45 | 4.88 | - |
| YUV | 148.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 0 | 0 | 0.20 | 1 | 0.24 | 47.88 | 1 | 0.38 |
| Hex | C1 | 9A | 0 | 0 | 14 | 64 | 18 | 30 | 64 | 26 |
| Octal | 301 | 232 | 0 | 0 | 24 | 144 | 30 | 60 | 144 | 46 |
| Binary | 11000001 | 10011010 | 0 | 0 | 10100 | 1100100 | 11000 | 110000 | 1100100 | 100110 |
Color Harmonies of #C19A00
Complementary color
Monochromatic Colors of #C19A00
Black with #C19A00
Text Example
Text Example
White with #C19A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A00; }
p { color: rgb(193,154,0); }
H1.HeaderClassName
{
color: #C19A00;
}
.AnyTagClassName
{
color: #C19A00;
}
</style>
background-color css
<style>
a { background-color: #C19A00; }
a { background-color: rgb(193,154,0); }
div.DivClassName
{
background-color: #C19A00;
}
.BgClassName
{
background-color: #C19A00;
}
</style>
border-color css
<style>
span { border-color: #C19A00; }
span { border-color: rgb(193,154,0); }
td.TdClassName
{
border-color: #C19A00;
}
.TagClassName
{
border-color: #C19A00;
}
</style>