Shades of Dark Goldenrod #C06E04
Tints of Dark Goldenrod #C06E04
RGB
CMYK
RGB Variations
Color information
#C06E04 (or 0xC06E04) is known color: Dark Goldenrod. HEX triplet: C0, 6E and 04. RGB value is (192,110,4). Sum of RGB (Red+Green+Blue) = 192+110+4=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E04 is #3F91FB. Grayscale: #7A7A7A. Windows color (decimal): -4166140 or 290496. OLE color: 290496.
HSL color Cylindrical-coordinate representation of color #C06E04: hue angle of 33.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C06E04 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.25 |
| HSL | 33.83º | 0.96% | 0.38% | - |
| HSV(B) | 33.83º | 0.98% | 0.75% | - |
| XYZ | 27.34 | 22.37 | 2.99 | - |
| YUV | 122.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 4 | 0 | 0.43 | 0.98 | 0.25 | 33.83 | 0.96 | 0.38 |
| Hex | C0 | 6E | 4 | 0 | 2B | 62 | 19 | 22 | 60 | 26 |
| Octal | 300 | 156 | 4 | 0 | 53 | 142 | 31 | 42 | 140 | 46 |
| Binary | 11000000 | 1101110 | 100 | 0 | 101011 | 1100010 | 11001 | 100010 | 1100000 | 100110 |
Color Harmonies of #C06E04
Complementary color
Monochromatic Colors of #C06E04
Black with #C06E04
Text Example
Text Example
White with #C06E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E04; }
p { color: rgb(192,110,4); }
H1.HeaderClassName
{
color: #C06E04;
}
.AnyTagClassName
{
color: #C06E04;
}
</style>
background-color css
<style>
a { background-color: #C06E04; }
a { background-color: rgb(192,110,4); }
div.DivClassName
{
background-color: #C06E04;
}
.BgClassName
{
background-color: #C06E04;
}
</style>
border-color css
<style>
span { border-color: #C06E04; }
span { border-color: rgb(192,110,4); }
td.TdClassName
{
border-color: #C06E04;
}
.TagClassName
{
border-color: #C06E04;
}
</style>