Shades of Dark Goldenrod #C1920B
Tints of Dark Goldenrod #C1920B
RGB
CMYK
RGB Variations
Color information
#C1920B (or 0xC1920B) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 0B. RGB value is (193,146,11). Sum of RGB (Red+Green+Blue) = 193+146+11=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1920B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1920B is #3E6DF4. Grayscale: #919191. Windows color (decimal): -4091381 or 758465. OLE color: 758465.
HSL color Cylindrical-coordinate representation of color #C1920B: hue angle of 44.51º 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 #C1920B is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 11 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.24 |
| HSL | 44.51º | 0.89% | 0.4% | - |
| HSV(B) | 44.51º | 0.94% | 0.76% | - |
| XYZ | 32.33 | 31.92 | 4.77 | - |
| YUV | 144.66 | 52.57 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 11 | 0 | 0.24 | 0.94 | 0.24 | 44.51 | 0.89 | 0.4 |
| Hex | C1 | 92 | B | 0 | 18 | 5E | 18 | 2D | 59 | 28 |
| Octal | 301 | 222 | 13 | 0 | 30 | 136 | 30 | 55 | 131 | 50 |
| Binary | 11000001 | 10010010 | 1011 | 0 | 11000 | 1011110 | 11000 | 101101 | 1011001 | 101000 |
Color Harmonies of #C1920B
Complementary color
Monochromatic Colors of #C1920B
Black with #C1920B
Text Example
Text Example
White with #C1920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1920B; }
p { color: rgb(193,146,11); }
H1.HeaderClassName
{
color: #C1920B;
}
.AnyTagClassName
{
color: #C1920B;
}
</style>
background-color css
<style>
a { background-color: #C1920B; }
a { background-color: rgb(193,146,11); }
div.DivClassName
{
background-color: #C1920B;
}
.BgClassName
{
background-color: #C1920B;
}
</style>
border-color css
<style>
span { border-color: #C1920B; }
span { border-color: rgb(193,146,11); }
td.TdClassName
{
border-color: #C1920B;
}
.TagClassName
{
border-color: #C1920B;
}
</style>