Shades of Dark Goldenrod #C19902
Tints of Dark Goldenrod #C19902
RGB
CMYK
RGB Variations
Color information
#C19902 (or 0xC19902) is known color: Dark Goldenrod. HEX triplet: C1, 99 and 02. RGB value is (193,153,2). Sum of RGB (Red+Green+Blue) = 193+153+2=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C19902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19902 is #3E66FD. Grayscale: #949494. Windows color (decimal): -4089598 or 170433. OLE color: 170433.
HSL color Cylindrical-coordinate representation of color #C19902: hue angle of 47.43º 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 #C19902 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.24 |
| HSL | 47.43º | 0.98% | 0.38% | - |
| HSV(B) | 47.43º | 0.99% | 0.76% | - |
| XYZ | 33.39 | 34.12 | 4.88 | - |
| YUV | 147.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 2 | 0 | 0.21 | 0.99 | 0.24 | 47.43 | 0.98 | 0.38 |
| Hex | C1 | 99 | 2 | 0 | 15 | 63 | 18 | 2F | 62 | 26 |
| Octal | 301 | 231 | 2 | 0 | 25 | 143 | 30 | 57 | 142 | 46 |
| Binary | 11000001 | 10011001 | 10 | 0 | 10101 | 1100011 | 11000 | 101111 | 1100010 | 100110 |
Color Harmonies of #C19902
Complementary color
Monochromatic Colors of #C19902
Black with #C19902
Text Example
Text Example
White with #C19902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19902; }
p { color: rgb(193,153,2); }
H1.HeaderClassName
{
color: #C19902;
}
.AnyTagClassName
{
color: #C19902;
}
</style>
background-color css
<style>
a { background-color: #C19902; }
a { background-color: rgb(193,153,2); }
div.DivClassName
{
background-color: #C19902;
}
.BgClassName
{
background-color: #C19902;
}
</style>
border-color css
<style>
span { border-color: #C19902; }
span { border-color: rgb(193,153,2); }
td.TdClassName
{
border-color: #C19902;
}
.TagClassName
{
border-color: #C19902;
}
</style>