Shades of Dark Goldenrod #C19203
Tints of Dark Goldenrod #C19203
RGB
CMYK
RGB Variations
Color information
#C19203 (or 0xC19203) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 03. RGB value is (193,146,3). Sum of RGB (Red+Green+Blue) = 193+146+3=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C19203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19203 is #3E6DFC. Grayscale: #909090. Windows color (decimal): -4091389 or 234177. OLE color: 234177.
HSL color Cylindrical-coordinate representation of color #C19203: hue angle of 45.16º 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 #C19203 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 3 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.24 |
| HSL | 45.16º | 0.97% | 0.38% | - |
| HSV(B) | 45.16º | 0.98% | 0.76% | - |
| XYZ | 32.29 | 31.9 | 4.54 | - |
| YUV | 143.75 | 48.57 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 3 | 0 | 0.24 | 0.98 | 0.24 | 45.16 | 0.97 | 0.38 |
| Hex | C1 | 92 | 3 | 0 | 18 | 62 | 18 | 2D | 61 | 26 |
| Octal | 301 | 222 | 3 | 0 | 30 | 142 | 30 | 55 | 141 | 46 |
| Binary | 11000001 | 10010010 | 11 | 0 | 11000 | 1100010 | 11000 | 101101 | 1100001 | 100110 |
Color Harmonies of #C19203
Complementary color
Monochromatic Colors of #C19203
Black with #C19203
Text Example
Text Example
White with #C19203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19203; }
p { color: rgb(193,146,3); }
H1.HeaderClassName
{
color: #C19203;
}
.AnyTagClassName
{
color: #C19203;
}
</style>
background-color css
<style>
a { background-color: #C19203; }
a { background-color: rgb(193,146,3); }
div.DivClassName
{
background-color: #C19203;
}
.BgClassName
{
background-color: #C19203;
}
</style>
border-color css
<style>
span { border-color: #C19203; }
span { border-color: rgb(193,146,3); }
td.TdClassName
{
border-color: #C19203;
}
.TagClassName
{
border-color: #C19203;
}
</style>