Shades of Dark Goldenrod #C19801
Tints of Dark Goldenrod #C19801
RGB
CMYK
RGB Variations
Color information
#C19801 (or 0xC19801) is known color: Dark Goldenrod. HEX triplet: C1, 98 and 01. RGB value is (193,152,1). Sum of RGB (Red+Green+Blue) = 193+152+1=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C19801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19801 is #3E67FE. Grayscale: #939393. Windows color (decimal): -4089855 or 104641. OLE color: 104641.
HSL color Cylindrical-coordinate representation of color #C19801: hue angle of 47.19º degrees, saturation: 0.99, 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 #C19801 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.24 |
| HSL | 47.19º | 0.99% | 0.38% | - |
| HSV(B) | 47.19º | 0.99% | 0.76% | - |
| XYZ | 33.23 | 33.8 | 4.8 | - |
| YUV | 147.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 1 | 0 | 0.21 | 0.99 | 0.24 | 47.19 | 0.99 | 0.38 |
| Hex | C1 | 98 | 1 | 0 | 15 | 63 | 18 | 2F | 63 | 26 |
| Octal | 301 | 230 | 1 | 0 | 25 | 143 | 30 | 57 | 143 | 46 |
| Binary | 11000001 | 10011000 | 1 | 0 | 10101 | 1100011 | 11000 | 101111 | 1100011 | 100110 |
Color Harmonies of #C19801
Complementary color
Monochromatic Colors of #C19801
Black with #C19801
Text Example
Text Example
White with #C19801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19801; }
p { color: rgb(193,152,1); }
H1.HeaderClassName
{
color: #C19801;
}
.AnyTagClassName
{
color: #C19801;
}
</style>
background-color css
<style>
a { background-color: #C19801; }
a { background-color: rgb(193,152,1); }
div.DivClassName
{
background-color: #C19801;
}
.BgClassName
{
background-color: #C19801;
}
</style>
border-color css
<style>
span { border-color: #C19801; }
span { border-color: rgb(193,152,1); }
td.TdClassName
{
border-color: #C19801;
}
.TagClassName
{
border-color: #C19801;
}
</style>