Shades of Dark Goldenrod #C07E11
Tints of Dark Goldenrod #C07E11
RGB
CMYK
RGB Variations
Color information
#C07E11 (or 0xC07E11) is known color: Dark Goldenrod. HEX triplet: C0, 7E and 11. RGB value is (192,126,17). Sum of RGB (Red+Green+Blue) = 192+126+17=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07E11 is #3F81EE. Grayscale: #858585. Windows color (decimal): -4162031 or 1146560. OLE color: 1146560.
HSL color Cylindrical-coordinate representation of color #C07E11: hue angle of 37.37º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C07E11 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.25 |
| HSL | 37.37º | 0.84% | 0.41% | - |
| HSV(B) | 37.37º | 0.91% | 0.75% | - |
| XYZ | 29.3 | 26.17 | 4.04 | - |
| YUV | 133.31 | 62.37 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 17 | 0 | 0.34 | 0.91 | 0.25 | 37.37 | 0.84 | 0.41 |
| Hex | C0 | 7E | 11 | 0 | 22 | 5B | 19 | 25 | 54 | 29 |
| Octal | 300 | 176 | 21 | 0 | 42 | 133 | 31 | 45 | 124 | 51 |
| Binary | 11000000 | 1111110 | 10001 | 0 | 100010 | 1011011 | 11001 | 100101 | 1010100 | 101001 |
Color Harmonies of #C07E11
Complementary color
Monochromatic Colors of #C07E11
Black with #C07E11
Text Example
Text Example
White with #C07E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07E11; }
p { color: rgb(192,126,17); }
H1.HeaderClassName
{
color: #C07E11;
}
.AnyTagClassName
{
color: #C07E11;
}
</style>
background-color css
<style>
a { background-color: #C07E11; }
a { background-color: rgb(192,126,17); }
div.DivClassName
{
background-color: #C07E11;
}
.BgClassName
{
background-color: #C07E11;
}
</style>
border-color css
<style>
span { border-color: #C07E11; }
span { border-color: rgb(192,126,17); }
td.TdClassName
{
border-color: #C07E11;
}
.TagClassName
{
border-color: #C07E11;
}
</style>