Shades of Dark Goldenrod #C19202
Tints of Dark Goldenrod #C19202
RGB
CMYK
RGB Variations
Color information
#C19202 (or 0xC19202) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 02. RGB value is (193,146,2). Sum of RGB (Red+Green+Blue) = 193+146+2=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C19202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19202 is #3E6DFD. Grayscale: #909090. Windows color (decimal): -4091390 or 168641. OLE color: 168641.
HSL color Cylindrical-coordinate representation of color #C19202: hue angle of 45.24º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C19202 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.24 |
| HSL | 45.24º | 0.98% | 0.38% | - |
| HSV(B) | 45.24º | 0.99% | 0.76% | - |
| XYZ | 32.28 | 31.9 | 4.51 | - |
| YUV | 143.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 2 | 0 | 0.24 | 0.99 | 0.24 | 45.24 | 0.98 | 0.38 |
| Hex | C1 | 92 | 2 | 0 | 18 | 63 | 18 | 2D | 62 | 26 |
| Octal | 301 | 222 | 2 | 0 | 30 | 143 | 30 | 55 | 142 | 46 |
| Binary | 11000001 | 10010010 | 10 | 0 | 11000 | 1100011 | 11000 | 101101 | 1100010 | 100110 |
Color Harmonies of #C19202
Complementary color
Monochromatic Colors of #C19202
Black with #C19202
Text Example
Text Example
White with #C19202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19202; }
p { color: rgb(193,146,2); }
H1.HeaderClassName
{
color: #C19202;
}
.AnyTagClassName
{
color: #C19202;
}
</style>
background-color css
<style>
a { background-color: #C19202; }
a { background-color: rgb(193,146,2); }
div.DivClassName
{
background-color: #C19202;
}
.BgClassName
{
background-color: #C19202;
}
</style>
border-color css
<style>
span { border-color: #C19202; }
span { border-color: rgb(193,146,2); }
td.TdClassName
{
border-color: #C19202;
}
.TagClassName
{
border-color: #C19202;
}
</style>