Shades of Dark Goldenrod #C19000
Tints of Dark Goldenrod #C19000
RGB
CMYK
RGB Variations
Color information
#C19000 (or 0xC19000) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 00. RGB value is (193,144,0). Sum of RGB (Red+Green+Blue) = 193+144+0=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C19000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19000 is #3E6FFF. Grayscale: #8E8E8E. Windows color (decimal): -4091904 or 37057. OLE color: 37057.
HSL color Cylindrical-coordinate representation of color #C19000: hue angle of 44.77º 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 #C19000 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.24 |
| HSL | 44.77º | 1% | 0.38% | - |
| HSV(B) | 44.77º | 1% | 0.76% | - |
| XYZ | 31.97 | 31.28 | 4.35 | - |
| YUV | 142.24 | 47.73 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 0 | 0 | 0.25 | 1 | 0.24 | 44.77 | 1 | 0.38 |
| Hex | C1 | 90 | 0 | 0 | 19 | 64 | 18 | 2D | 64 | 26 |
| Octal | 301 | 220 | 0 | 0 | 31 | 144 | 30 | 55 | 144 | 46 |
| Binary | 11000001 | 10010000 | 0 | 0 | 11001 | 1100100 | 11000 | 101101 | 1100100 | 100110 |
Color Harmonies of #C19000
Complementary color
Monochromatic Colors of #C19000
Black with #C19000
Text Example
Text Example
White with #C19000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19000; }
p { color: rgb(193,144,0); }
H1.HeaderClassName
{
color: #C19000;
}
.AnyTagClassName
{
color: #C19000;
}
</style>
background-color css
<style>
a { background-color: #C19000; }
a { background-color: rgb(193,144,0); }
div.DivClassName
{
background-color: #C19000;
}
.BgClassName
{
background-color: #C19000;
}
</style>
border-color css
<style>
span { border-color: #C19000; }
span { border-color: rgb(193,144,0); }
td.TdClassName
{
border-color: #C19000;
}
.TagClassName
{
border-color: #C19000;
}
</style>