Shades of Dark Goldenrod #C1940B
Tints of Dark Goldenrod #C1940B
RGB
CMYK
RGB Variations
Color information
#C1940B (or 0xC1940B) is known color: Dark Goldenrod. HEX triplet: C1, 94 and 0B. RGB value is (193,148,11). Sum of RGB (Red+Green+Blue) = 193+148+11=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1940B is #3E6BF4. Grayscale: #929292. Windows color (decimal): -4090869 or 758977. OLE color: 758977.
HSL color Cylindrical-coordinate representation of color #C1940B: hue angle of 45.16º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1940B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.24 |
| HSL | 45.16º | 0.89% | 0.4% | - |
| HSV(B) | 45.16º | 0.94% | 0.76% | - |
| XYZ | 32.64 | 32.54 | 4.88 | - |
| YUV | 145.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 11 | 0 | 0.23 | 0.94 | 0.24 | 45.16 | 0.89 | 0.4 |
| Hex | C1 | 94 | B | 0 | 17 | 5E | 18 | 2D | 59 | 28 |
| Octal | 301 | 224 | 13 | 0 | 27 | 136 | 30 | 55 | 131 | 50 |
| Binary | 11000001 | 10010100 | 1011 | 0 | 10111 | 1011110 | 11000 | 101101 | 1011001 | 101000 |
Color Harmonies of #C1940B
Complementary color
Monochromatic Colors of #C1940B
Black with #C1940B
Text Example
Text Example
White with #C1940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1940B; }
p { color: rgb(193,148,11); }
H1.HeaderClassName
{
color: #C1940B;
}
.AnyTagClassName
{
color: #C1940B;
}
</style>
background-color css
<style>
a { background-color: #C1940B; }
a { background-color: rgb(193,148,11); }
div.DivClassName
{
background-color: #C1940B;
}
.BgClassName
{
background-color: #C1940B;
}
</style>
border-color css
<style>
span { border-color: #C1940B; }
span { border-color: rgb(193,148,11); }
td.TdClassName
{
border-color: #C1940B;
}
.TagClassName
{
border-color: #C1940B;
}
</style>