Shades of Dark Goldenrod #C68E11
Tints of Dark Goldenrod #C68E11
RGB
CMYK
RGB Variations
Color information
#C68E11 (or 0xC68E11) is known color: Dark Goldenrod. HEX triplet: C6, 8E and 11. RGB value is (198,142,17). Sum of RGB (Red+Green+Blue) = 198+142+17=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68E11 is #3971EE. Grayscale: #919191. Windows color (decimal): -3764719 or 1150662. OLE color: 1150662.
HSL color Cylindrical-coordinate representation of color #C68E11: hue angle of 41.44º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C68E11 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 17 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.22 |
| HSL | 41.44º | 0.84% | 0.42% | - |
| HSV(B) | 41.44º | 0.91% | 0.78% | - |
| XYZ | 33.06 | 31.39 | 4.85 | - |
| YUV | 144.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 17 | 0 | 0.28 | 0.91 | 0.22 | 41.44 | 0.84 | 0.42 |
| Hex | C6 | 8E | 11 | 0 | 1C | 5B | 16 | 29 | 54 | 2A |
| Octal | 306 | 216 | 21 | 0 | 34 | 133 | 26 | 51 | 124 | 52 |
| Binary | 11000110 | 10001110 | 10001 | 0 | 11100 | 1011011 | 10110 | 101001 | 1010100 | 101010 |
Color Harmonies of #C68E11
Complementary color
Monochromatic Colors of #C68E11
Black with #C68E11
Text Example
Text Example
White with #C68E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E11; }
p { color: rgb(198,142,17); }
H1.HeaderClassName
{
color: #C68E11;
}
.AnyTagClassName
{
color: #C68E11;
}
</style>
background-color css
<style>
a { background-color: #C68E11; }
a { background-color: rgb(198,142,17); }
div.DivClassName
{
background-color: #C68E11;
}
.BgClassName
{
background-color: #C68E11;
}
</style>
border-color css
<style>
span { border-color: #C68E11; }
span { border-color: rgb(198,142,17); }
td.TdClassName
{
border-color: #C68E11;
}
.TagClassName
{
border-color: #C68E11;
}
</style>