Shades of Dark Goldenrod #C1920A
Tints of Dark Goldenrod #C1920A
RGB
CMYK
RGB Variations
Color information
#C1920A (or 0xC1920A) is known color: Dark Goldenrod. HEX triplet: C1, 92 and 0A. RGB value is (193,146,10). Sum of RGB (Red+Green+Blue) = 193+146+10=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C1920A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1920A is #3E6DF5. Grayscale: #919191. Windows color (decimal): -4091382 or 692929. OLE color: 692929.
HSL color Cylindrical-coordinate representation of color #C1920A: hue angle of 44.59º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1920A is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 10 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.24 |
| HSL | 44.59º | 0.9% | 0.4% | - |
| HSV(B) | 44.59º | 0.95% | 0.76% | - |
| XYZ | 32.33 | 31.92 | 4.74 | - |
| YUV | 144.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 10 | 0 | 0.24 | 0.95 | 0.24 | 44.59 | 0.9 | 0.4 |
| Hex | C1 | 92 | A | 0 | 18 | 5F | 18 | 2D | 5A | 28 |
| Octal | 301 | 222 | 12 | 0 | 30 | 137 | 30 | 55 | 132 | 50 |
| Binary | 11000001 | 10010010 | 1010 | 0 | 11000 | 1011111 | 11000 | 101101 | 1011010 | 101000 |
Color Harmonies of #C1920A
Complementary color
Monochromatic Colors of #C1920A
Black with #C1920A
Text Example
Text Example
White with #C1920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1920A; }
p { color: rgb(193,146,10); }
H1.HeaderClassName
{
color: #C1920A;
}
.AnyTagClassName
{
color: #C1920A;
}
</style>
background-color css
<style>
a { background-color: #C1920A; }
a { background-color: rgb(193,146,10); }
div.DivClassName
{
background-color: #C1920A;
}
.BgClassName
{
background-color: #C1920A;
}
</style>
border-color css
<style>
span { border-color: #C1920A; }
span { border-color: rgb(193,146,10); }
td.TdClassName
{
border-color: #C1920A;
}
.TagClassName
{
border-color: #C1920A;
}
</style>