Shades of Dark Goldenrod #C19005
Tints of Dark Goldenrod #C19005
RGB
CMYK
RGB Variations
Color information
#C19005 (or 0xC19005) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 05. RGB value is (193,144,5). Sum of RGB (Red+Green+Blue) = 193+144+5=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C19005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19005 is #3E6FFA. Grayscale: #8F8F8F. Windows color (decimal): -4091899 or 364737. OLE color: 364737.
HSL color Cylindrical-coordinate representation of color #C19005: hue angle of 44.36º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C19005 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 5 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.24 |
| HSL | 44.36º | 0.95% | 0.39% | - |
| HSV(B) | 44.36º | 0.97% | 0.76% | - |
| XYZ | 31.99 | 31.29 | 4.5 | - |
| YUV | 142.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 5 | 0 | 0.25 | 0.97 | 0.24 | 44.36 | 0.95 | 0.39 |
| Hex | C1 | 90 | 5 | 0 | 19 | 61 | 18 | 2C | 5F | 27 |
| Octal | 301 | 220 | 5 | 0 | 31 | 141 | 30 | 54 | 137 | 47 |
| Binary | 11000001 | 10010000 | 101 | 0 | 11001 | 1100001 | 11000 | 101100 | 1011111 | 100111 |
Color Harmonies of #C19005
Complementary color
Monochromatic Colors of #C19005
Black with #C19005
Text Example
Text Example
White with #C19005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19005; }
p { color: rgb(193,144,5); }
H1.HeaderClassName
{
color: #C19005;
}
.AnyTagClassName
{
color: #C19005;
}
</style>
background-color css
<style>
a { background-color: #C19005; }
a { background-color: rgb(193,144,5); }
div.DivClassName
{
background-color: #C19005;
}
.BgClassName
{
background-color: #C19005;
}
</style>
border-color css
<style>
span { border-color: #C19005; }
span { border-color: rgb(193,144,5); }
td.TdClassName
{
border-color: #C19005;
}
.TagClassName
{
border-color: #C19005;
}
</style>