Shades of Dark Goldenrod #C19A03
Tints of Dark Goldenrod #C19A03
RGB
CMYK
RGB Variations
Color information
#C19A03 (or 0xC19A03) is known color: Dark Goldenrod. HEX triplet: C1, 9A and 03. RGB value is (193,154,3). Sum of RGB (Red+Green+Blue) = 193+154+3=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19A03 is #3E65FC. Grayscale: #959595. Windows color (decimal): -4089341 or 236225. OLE color: 236225.
HSL color Cylindrical-coordinate representation of color #C19A03: hue angle of 47.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C19A03 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 3 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.24 |
| HSL | 47.68º | 0.97% | 0.38% | - |
| HSV(B) | 47.68º | 0.98% | 0.76% | - |
| XYZ | 33.56 | 34.46 | 4.97 | - |
| YUV | 148.45 | 45.92 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 3 | 0 | 0.20 | 0.98 | 0.24 | 47.68 | 0.97 | 0.38 |
| Hex | C1 | 9A | 3 | 0 | 14 | 62 | 18 | 30 | 61 | 26 |
| Octal | 301 | 232 | 3 | 0 | 24 | 142 | 30 | 60 | 141 | 46 |
| Binary | 11000001 | 10011010 | 11 | 0 | 10100 | 1100010 | 11000 | 110000 | 1100001 | 100110 |
Color Harmonies of #C19A03
Complementary color
Monochromatic Colors of #C19A03
Black with #C19A03
Text Example
Text Example
White with #C19A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A03; }
p { color: rgb(193,154,3); }
H1.HeaderClassName
{
color: #C19A03;
}
.AnyTagClassName
{
color: #C19A03;
}
</style>
background-color css
<style>
a { background-color: #C19A03; }
a { background-color: rgb(193,154,3); }
div.DivClassName
{
background-color: #C19A03;
}
.BgClassName
{
background-color: #C19A03;
}
</style>
border-color css
<style>
span { border-color: #C19A03; }
span { border-color: rgb(193,154,3); }
td.TdClassName
{
border-color: #C19A03;
}
.TagClassName
{
border-color: #C19A03;
}
</style>