Shades of Dark Goldenrod #C68D0E
Tints of Dark Goldenrod #C68D0E
RGB
CMYK
RGB Variations
Color information
#C68D0E (or 0xC68D0E) is known color: Dark Goldenrod. HEX triplet: C6, 8D and 0E. RGB value is (198,141,14). Sum of RGB (Red+Green+Blue) = 198+141+14=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68D0E is #3972F1. Grayscale: #909090. Windows color (decimal): -3764978 or 953798. OLE color: 953798.
HSL color Cylindrical-coordinate representation of color #C68D0E: hue angle of 41.41º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C68D0E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.22 |
| HSL | 41.41º | 0.87% | 0.42% | - |
| HSV(B) | 41.41º | 0.93% | 0.78% | - |
| XYZ | 32.89 | 31.09 | 4.68 | - |
| YUV | 143.57 | 54.88 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 14 | 0 | 0.29 | 0.93 | 0.22 | 41.41 | 0.87 | 0.42 |
| Hex | C6 | 8D | E | 0 | 1D | 5D | 16 | 29 | 57 | 2A |
| Octal | 306 | 215 | 16 | 0 | 35 | 135 | 26 | 51 | 127 | 52 |
| Binary | 11000110 | 10001101 | 1110 | 0 | 11101 | 1011101 | 10110 | 101001 | 1010111 | 101010 |
Color Harmonies of #C68D0E
Complementary color
Monochromatic Colors of #C68D0E
Black with #C68D0E
Text Example
Text Example
White with #C68D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D0E; }
p { color: rgb(198,141,14); }
H1.HeaderClassName
{
color: #C68D0E;
}
.AnyTagClassName
{
color: #C68D0E;
}
</style>
background-color css
<style>
a { background-color: #C68D0E; }
a { background-color: rgb(198,141,14); }
div.DivClassName
{
background-color: #C68D0E;
}
.BgClassName
{
background-color: #C68D0E;
}
</style>
border-color css
<style>
span { border-color: #C68D0E; }
span { border-color: rgb(198,141,14); }
td.TdClassName
{
border-color: #C68D0E;
}
.TagClassName
{
border-color: #C68D0E;
}
</style>