Shades of Dark Goldenrod #C19C00
Tints of Dark Goldenrod #C19C00
RGB
CMYK
RGB Variations
Color information
#C19C00 (or 0xC19C00) is known color: Dark Goldenrod. HEX triplet: C1, 9C and 00. RGB value is (193,156,0). Sum of RGB (Red+Green+Blue) = 193+156+0=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C00 is #3E63FF. Grayscale: #959595. Windows color (decimal): -4088832 or 40129. OLE color: 40129.
HSL color Cylindrical-coordinate representation of color #C19C00: hue angle of 48.5º 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 #C19C00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.24 |
| HSL | 48.5º | 1% | 0.38% | - |
| HSV(B) | 48.5º | 1% | 0.76% | - |
| XYZ | 33.88 | 35.11 | 4.99 | - |
| YUV | 149.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 0 | 0 | 0.19 | 1 | 0.24 | 48.5 | 1 | 0.38 |
| Hex | C1 | 9C | 0 | 0 | 13 | 64 | 18 | 30 | 64 | 26 |
| Octal | 301 | 234 | 0 | 0 | 23 | 144 | 30 | 60 | 144 | 46 |
| Binary | 11000001 | 10011100 | 0 | 0 | 10011 | 1100100 | 11000 | 110000 | 1100100 | 100110 |
Color Harmonies of #C19C00
Complementary color
Monochromatic Colors of #C19C00
Black with #C19C00
Text Example
Text Example
White with #C19C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C00; }
p { color: rgb(193,156,0); }
H1.HeaderClassName
{
color: #C19C00;
}
.AnyTagClassName
{
color: #C19C00;
}
</style>
background-color css
<style>
a { background-color: #C19C00; }
a { background-color: rgb(193,156,0); }
div.DivClassName
{
background-color: #C19C00;
}
.BgClassName
{
background-color: #C19C00;
}
</style>
border-color css
<style>
span { border-color: #C19C00; }
span { border-color: rgb(193,156,0); }
td.TdClassName
{
border-color: #C19C00;
}
.TagClassName
{
border-color: #C19C00;
}
</style>