Shades of Dark Goldenrod #C19700
Tints of Dark Goldenrod #C19700
RGB
CMYK
RGB Variations
Color information
#C19700 (or 0xC19700) is known color: Dark Goldenrod. HEX triplet: C1, 97 and 00. RGB value is (193,151,0). Sum of RGB (Red+Green+Blue) = 193+151+0=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C19700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19700 is #3E68FF. Grayscale: #929292. Windows color (decimal): -4090112 or 38849. OLE color: 38849.
HSL color Cylindrical-coordinate representation of color #C19700: hue angle of 46.94º 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 #C19700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.24 |
| HSL | 46.94º | 1% | 0.38% | - |
| HSV(B) | 46.94º | 1% | 0.76% | - |
| XYZ | 33.06 | 33.47 | 4.72 | - |
| YUV | 146.34 | 45.41 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 0 | 0 | 0.22 | 1 | 0.24 | 46.94 | 1 | 0.38 |
| Hex | C1 | 97 | 0 | 0 | 16 | 64 | 18 | 2F | 64 | 26 |
| Octal | 301 | 227 | 0 | 0 | 26 | 144 | 30 | 57 | 144 | 46 |
| Binary | 11000001 | 10010111 | 0 | 0 | 10110 | 1100100 | 11000 | 101111 | 1100100 | 100110 |
Color Harmonies of #C19700
Complementary color
Monochromatic Colors of #C19700
Black with #C19700
Text Example
Text Example
White with #C19700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19700; }
p { color: rgb(193,151,0); }
H1.HeaderClassName
{
color: #C19700;
}
.AnyTagClassName
{
color: #C19700;
}
</style>
background-color css
<style>
a { background-color: #C19700; }
a { background-color: rgb(193,151,0); }
div.DivClassName
{
background-color: #C19700;
}
.BgClassName
{
background-color: #C19700;
}
</style>
border-color css
<style>
span { border-color: #C19700; }
span { border-color: rgb(193,151,0); }
td.TdClassName
{
border-color: #C19700;
}
.TagClassName
{
border-color: #C19700;
}
</style>