Shades of Dark Goldenrod #C19301
Tints of Dark Goldenrod #C19301
RGB
CMYK
RGB Variations
Color information
#C19301 (or 0xC19301) is known color: Dark Goldenrod. HEX triplet: C1, 93 and 01. RGB value is (193,147,1). Sum of RGB (Red+Green+Blue) = 193+147+1=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C19301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19301 is #3E6CFE. Grayscale: #909090. Windows color (decimal): -4091135 or 103361. OLE color: 103361.
HSL color Cylindrical-coordinate representation of color #C19301: hue angle of 45.62º 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 #C19301 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 147 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.24 |
| HSL | 45.63º | 0.99% | 0.38% | - |
| HSV(B) | 45.63º | 0.99% | 0.76% | - |
| XYZ | 32.43 | 32.21 | 4.54 | - |
| YUV | 144.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 147 | 1 | 0 | 0.24 | 0.99 | 0.24 | 45.63 | 0.99 | 0.38 |
| Hex | C1 | 93 | 1 | 0 | 18 | 63 | 18 | 2E | 63 | 26 |
| Octal | 301 | 223 | 1 | 0 | 30 | 143 | 30 | 56 | 143 | 46 |
| Binary | 11000001 | 10010011 | 1 | 0 | 11000 | 1100011 | 11000 | 101110 | 1100011 | 100110 |
Color Harmonies of #C19301
Complementary color
Monochromatic Colors of #C19301
Black with #C19301
Text Example
Text Example
White with #C19301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19301; }
p { color: rgb(193,147,1); }
H1.HeaderClassName
{
color: #C19301;
}
.AnyTagClassName
{
color: #C19301;
}
</style>
background-color css
<style>
a { background-color: #C19301; }
a { background-color: rgb(193,147,1); }
div.DivClassName
{
background-color: #C19301;
}
.BgClassName
{
background-color: #C19301;
}
</style>
border-color css
<style>
span { border-color: #C19301; }
span { border-color: rgb(193,147,1); }
td.TdClassName
{
border-color: #C19301;
}
.TagClassName
{
border-color: #C19301;
}
</style>