Shades of Dark Goldenrod #C19500
Tints of Dark Goldenrod #C19500
RGB
CMYK
RGB Variations
Color information
#C19500 (or 0xC19500) is known color: Dark Goldenrod. HEX triplet: C1, 95 and 00. RGB value is (193,149,0). Sum of RGB (Red+Green+Blue) = 193+149+0=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C19500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19500 is #3E6AFF. Grayscale: #919191. Windows color (decimal): -4090624 or 38337. OLE color: 38337.
HSL color Cylindrical-coordinate representation of color #C19500: hue angle of 46.32º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C19500 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.24 |
| HSL | 46.32º | 1% | 0.38% | - |
| HSV(B) | 46.32º | 1% | 0.76% | - |
| XYZ | 32.74 | 32.83 | 4.61 | - |
| YUV | 145.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 0 | 0 | 0.23 | 1 | 0.24 | 46.32 | 1 | 0.38 |
| Hex | C1 | 95 | 0 | 0 | 17 | 64 | 18 | 2E | 64 | 26 |
| Octal | 301 | 225 | 0 | 0 | 27 | 144 | 30 | 56 | 144 | 46 |
| Binary | 11000001 | 10010101 | 0 | 0 | 10111 | 1100100 | 11000 | 101110 | 1100100 | 100110 |
Color Harmonies of #C19500
Complementary color
Monochromatic Colors of #C19500
Black with #C19500
Text Example
Text Example
White with #C19500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19500; }
p { color: rgb(193,149,0); }
H1.HeaderClassName
{
color: #C19500;
}
.AnyTagClassName
{
color: #C19500;
}
</style>
background-color css
<style>
a { background-color: #C19500; }
a { background-color: rgb(193,149,0); }
div.DivClassName
{
background-color: #C19500;
}
.BgClassName
{
background-color: #C19500;
}
</style>
border-color css
<style>
span { border-color: #C19500; }
span { border-color: rgb(193,149,0); }
td.TdClassName
{
border-color: #C19500;
}
.TagClassName
{
border-color: #C19500;
}
</style>