Shades of Dark Goldenrod #C19803
Tints of Dark Goldenrod #C19803
RGB
CMYK
RGB Variations
Color information
#C19803 (or 0xC19803) is known color: Dark Goldenrod. HEX triplet: C1, 98 and 03. RGB value is (193,152,3). Sum of RGB (Red+Green+Blue) = 193+152+3=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C19803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19803 is #3E67FC. Grayscale: #939393. Windows color (decimal): -4089853 or 235713. OLE color: 235713.
HSL color Cylindrical-coordinate representation of color #C19803: hue angle of 47.05º 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 #C19803 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.24 |
| HSL | 47.05º | 0.97% | 0.38% | - |
| HSV(B) | 47.05º | 0.98% | 0.76% | - |
| XYZ | 33.24 | 33.8 | 4.86 | - |
| YUV | 147.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 3 | 0 | 0.21 | 0.98 | 0.24 | 47.05 | 0.97 | 0.38 |
| Hex | C1 | 98 | 3 | 0 | 15 | 62 | 18 | 2F | 61 | 26 |
| Octal | 301 | 230 | 3 | 0 | 25 | 142 | 30 | 57 | 141 | 46 |
| Binary | 11000001 | 10011000 | 11 | 0 | 10101 | 1100010 | 11000 | 101111 | 1100001 | 100110 |
Color Harmonies of #C19803
Complementary color
Monochromatic Colors of #C19803
Black with #C19803
Text Example
Text Example
White with #C19803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19803; }
p { color: rgb(193,152,3); }
H1.HeaderClassName
{
color: #C19803;
}
.AnyTagClassName
{
color: #C19803;
}
</style>
background-color css
<style>
a { background-color: #C19803; }
a { background-color: rgb(193,152,3); }
div.DivClassName
{
background-color: #C19803;
}
.BgClassName
{
background-color: #C19803;
}
</style>
border-color css
<style>
span { border-color: #C19803; }
span { border-color: rgb(193,152,3); }
td.TdClassName
{
border-color: #C19803;
}
.TagClassName
{
border-color: #C19803;
}
</style>