Shades of Dark Goldenrod #C19602
Tints of Dark Goldenrod #C19602
RGB
CMYK
RGB Variations
Color information
#C19602 (or 0xC19602) is known color: Dark Goldenrod. HEX triplet: C1, 96 and 02. RGB value is (193,150,2). Sum of RGB (Red+Green+Blue) = 193+150+2=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C19602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19602 is #3E69FD. Grayscale: #929292. Windows color (decimal): -4090366 or 169665. OLE color: 169665.
HSL color Cylindrical-coordinate representation of color #C19602: hue angle of 46.49º 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 #C19602 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 150 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.24 |
| HSL | 46.49º | 0.98% | 0.38% | - |
| HSV(B) | 46.49º | 0.99% | 0.76% | - |
| XYZ | 32.91 | 33.15 | 4.72 | - |
| YUV | 145.99 | 46.75 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 150 | 2 | 0 | 0.22 | 0.99 | 0.24 | 46.49 | 0.98 | 0.38 |
| Hex | C1 | 96 | 2 | 0 | 16 | 63 | 18 | 2E | 62 | 26 |
| Octal | 301 | 226 | 2 | 0 | 26 | 143 | 30 | 56 | 142 | 46 |
| Binary | 11000001 | 10010110 | 10 | 0 | 10110 | 1100011 | 11000 | 101110 | 1100010 | 100110 |
Color Harmonies of #C19602
Complementary color
Monochromatic Colors of #C19602
Black with #C19602
Text Example
Text Example
White with #C19602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19602; }
p { color: rgb(193,150,2); }
H1.HeaderClassName
{
color: #C19602;
}
.AnyTagClassName
{
color: #C19602;
}
</style>
background-color css
<style>
a { background-color: #C19602; }
a { background-color: rgb(193,150,2); }
div.DivClassName
{
background-color: #C19602;
}
.BgClassName
{
background-color: #C19602;
}
</style>
border-color css
<style>
span { border-color: #C19602; }
span { border-color: rgb(193,150,2); }
td.TdClassName
{
border-color: #C19602;
}
.TagClassName
{
border-color: #C19602;
}
</style>