Shades of Dark Goldenrod #C68D10
Tints of Dark Goldenrod #C68D10
RGB
CMYK
RGB Variations
Color information
#C68D10 (or 0xC68D10) is known color: Dark Goldenrod. HEX triplet: C6, 8D and 10. RGB value is (198,141,16). Sum of RGB (Red+Green+Blue) = 198+141+16=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68D10 is #3972EF. Grayscale: #909090. Windows color (decimal): -3764976 or 1084870. OLE color: 1084870.
HSL color Cylindrical-coordinate representation of color #C68D10: hue angle of 41.21º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C68D10 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 16 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.22 |
| HSL | 41.21º | 0.85% | 0.42% | - |
| HSV(B) | 41.21º | 0.92% | 0.78% | - |
| XYZ | 32.91 | 31.09 | 4.76 | - |
| YUV | 143.79 | 55.88 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 16 | 0 | 0.29 | 0.92 | 0.22 | 41.21 | 0.85 | 0.42 |
| Hex | C6 | 8D | 10 | 0 | 1D | 5C | 16 | 29 | 55 | 2A |
| Octal | 306 | 215 | 20 | 0 | 35 | 134 | 26 | 51 | 125 | 52 |
| Binary | 11000110 | 10001101 | 10000 | 0 | 11101 | 1011100 | 10110 | 101001 | 1010101 | 101010 |
Color Harmonies of #C68D10
Complementary color
Monochromatic Colors of #C68D10
Black with #C68D10
Text Example
Text Example
White with #C68D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D10; }
p { color: rgb(198,141,16); }
H1.HeaderClassName
{
color: #C68D10;
}
.AnyTagClassName
{
color: #C68D10;
}
</style>
background-color css
<style>
a { background-color: #C68D10; }
a { background-color: rgb(198,141,16); }
div.DivClassName
{
background-color: #C68D10;
}
.BgClassName
{
background-color: #C68D10;
}
</style>
border-color css
<style>
span { border-color: #C68D10; }
span { border-color: rgb(198,141,16); }
td.TdClassName
{
border-color: #C68D10;
}
.TagClassName
{
border-color: #C68D10;
}
</style>