Shades of Dark Goldenrod #C67E11
Tints of Dark Goldenrod #C67E11
RGB
CMYK
RGB Variations
Color information
#C67E11 (or 0xC67E11) is known color: Dark Goldenrod. HEX triplet: C6, 7E and 11. RGB value is (198,126,17). Sum of RGB (Red+Green+Blue) = 198+126+17=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67E11 is #3981EE. Grayscale: #878787. Windows color (decimal): -3768815 or 1146566. OLE color: 1146566.
HSL color Cylindrical-coordinate representation of color #C67E11: hue angle of 36.13º 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 #C67E11 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 126 | 17 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.22 |
| HSL | 36.13º | 0.84% | 0.42% | - |
| HSV(B) | 36.13º | 0.91% | 0.78% | - |
| XYZ | 30.85 | 26.97 | 4.11 | - |
| YUV | 135.1 | 61.35 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 126 | 17 | 0 | 0.36 | 0.91 | 0.22 | 36.13 | 0.84 | 0.42 |
| Hex | C6 | 7E | 11 | 0 | 24 | 5B | 16 | 24 | 54 | 2A |
| Octal | 306 | 176 | 21 | 0 | 44 | 133 | 26 | 44 | 124 | 52 |
| Binary | 11000110 | 1111110 | 10001 | 0 | 100100 | 1011011 | 10110 | 100100 | 1010100 | 101010 |
Color Harmonies of #C67E11
Complementary color
Monochromatic Colors of #C67E11
Black with #C67E11
Text Example
Text Example
White with #C67E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67E11; }
p { color: rgb(198,126,17); }
H1.HeaderClassName
{
color: #C67E11;
}
.AnyTagClassName
{
color: #C67E11;
}
</style>
background-color css
<style>
a { background-color: #C67E11; }
a { background-color: rgb(198,126,17); }
div.DivClassName
{
background-color: #C67E11;
}
.BgClassName
{
background-color: #C67E11;
}
</style>
border-color css
<style>
span { border-color: #C67E11; }
span { border-color: rgb(198,126,17); }
td.TdClassName
{
border-color: #C67E11;
}
.TagClassName
{
border-color: #C67E11;
}
</style>