Shades of Dark Goldenrod #C19802
Tints of Dark Goldenrod #C19802
RGB
CMYK
RGB Variations
Color information
#C19802 (or 0xC19802) is known color: Dark Goldenrod. HEX triplet: C1, 98 and 02. RGB value is (193,152,2). Sum of RGB (Red+Green+Blue) = 193+152+2=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C19802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19802 is #3E67FD. Grayscale: #939393. Windows color (decimal): -4089854 or 170177. OLE color: 170177.
HSL color Cylindrical-coordinate representation of color #C19802: hue angle of 47.12º 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 #C19802 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.24 |
| HSL | 47.12º | 0.98% | 0.38% | - |
| HSV(B) | 47.12º | 0.99% | 0.76% | - |
| XYZ | 33.23 | 33.8 | 4.83 | - |
| YUV | 147.16 | 46.08 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 2 | 0 | 0.21 | 0.99 | 0.24 | 47.12 | 0.98 | 0.38 |
| Hex | C1 | 98 | 2 | 0 | 15 | 63 | 18 | 2F | 62 | 26 |
| Octal | 301 | 230 | 2 | 0 | 25 | 143 | 30 | 57 | 142 | 46 |
| Binary | 11000001 | 10011000 | 10 | 0 | 10101 | 1100011 | 11000 | 101111 | 1100010 | 100110 |
Color Harmonies of #C19802
Complementary color
Monochromatic Colors of #C19802
Black with #C19802
Text Example
Text Example
White with #C19802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19802; }
p { color: rgb(193,152,2); }
H1.HeaderClassName
{
color: #C19802;
}
.AnyTagClassName
{
color: #C19802;
}
</style>
background-color css
<style>
a { background-color: #C19802; }
a { background-color: rgb(193,152,2); }
div.DivClassName
{
background-color: #C19802;
}
.BgClassName
{
background-color: #C19802;
}
</style>
border-color css
<style>
span { border-color: #C19802; }
span { border-color: rgb(193,152,2); }
td.TdClassName
{
border-color: #C19802;
}
.TagClassName
{
border-color: #C19802;
}
</style>