Shades of Dark Goldenrod #C19207
Tints of Dark Goldenrod #C19207
RGB
CMYK
RGB Variations
Color information
#C19207 (or 0xC19207) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 07. RGB value is (193,146,7). Sum of RGB (Red+Green+Blue) = 193+146+7=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C19207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19207 is #3E6DF8. Grayscale: #909090. Windows color (decimal): -4091385 or 496321. OLE color: 496321.
HSL color Cylindrical-coordinate representation of color #C19207: hue angle of 44.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C19207 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.24 |
| HSL | 44.84º | 0.93% | 0.39% | - |
| HSV(B) | 44.84º | 0.96% | 0.76% | - |
| XYZ | 32.31 | 31.91 | 4.66 | - |
| YUV | 144.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 7 | 0 | 0.24 | 0.96 | 0.24 | 44.84 | 0.93 | 0.39 |
| Hex | C1 | 92 | 7 | 0 | 18 | 60 | 18 | 2D | 5D | 27 |
| Octal | 301 | 222 | 7 | 0 | 30 | 140 | 30 | 55 | 135 | 47 |
| Binary | 11000001 | 10010010 | 111 | 0 | 11000 | 1100000 | 11000 | 101101 | 1011101 | 100111 |
Color Harmonies of #C19207
Complementary color
Monochromatic Colors of #C19207
Black with #C19207
Text Example
Text Example
White with #C19207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19207; }
p { color: rgb(193,146,7); }
H1.HeaderClassName
{
color: #C19207;
}
.AnyTagClassName
{
color: #C19207;
}
</style>
background-color css
<style>
a { background-color: #C19207; }
a { background-color: rgb(193,146,7); }
div.DivClassName
{
background-color: #C19207;
}
.BgClassName
{
background-color: #C19207;
}
</style>
border-color css
<style>
span { border-color: #C19207; }
span { border-color: rgb(193,146,7); }
td.TdClassName
{
border-color: #C19207;
}
.TagClassName
{
border-color: #C19207;
}
</style>