Shades of Dark Goldenrod #C6920C
Tints of Dark Goldenrod #C6920C
RGB
CMYK
RGB Variations
Color information
#C6920C (or 0xC6920C) is known color: Dark Goldenrod. HEX triplet: C6, 92 and 0C. RGB value is (198,146,12). Sum of RGB (Red+Green+Blue) = 198+146+12=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6920C is #396DF3. Grayscale: #929292. Windows color (decimal): -3763700 or 824006. OLE color: 824006.
HSL color Cylindrical-coordinate representation of color #C6920C: hue angle of 43.23º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6920C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 12 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.22 |
| HSL | 43.23º | 0.89% | 0.41% | - |
| HSV(B) | 43.23º | 0.94% | 0.78% | - |
| XYZ | 33.63 | 32.59 | 4.87 | - |
| YUV | 146.27 | 52.23 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 12 | 0 | 0.26 | 0.94 | 0.22 | 43.23 | 0.89 | 0.41 |
| Hex | C6 | 92 | C | 0 | 1A | 5E | 16 | 2B | 59 | 29 |
| Octal | 306 | 222 | 14 | 0 | 32 | 136 | 26 | 53 | 131 | 51 |
| Binary | 11000110 | 10010010 | 1100 | 0 | 11010 | 1011110 | 10110 | 101011 | 1011001 | 101001 |
Color Harmonies of #C6920C
Complementary color
Monochromatic Colors of #C6920C
Black with #C6920C
Text Example
Text Example
White with #C6920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6920C; }
p { color: rgb(198,146,12); }
H1.HeaderClassName
{
color: #C6920C;
}
.AnyTagClassName
{
color: #C6920C;
}
</style>
background-color css
<style>
a { background-color: #C6920C; }
a { background-color: rgb(198,146,12); }
div.DivClassName
{
background-color: #C6920C;
}
.BgClassName
{
background-color: #C6920C;
}
</style>
border-color css
<style>
span { border-color: #C6920C; }
span { border-color: rgb(198,146,12); }
td.TdClassName
{
border-color: #C6920C;
}
.TagClassName
{
border-color: #C6920C;
}
</style>