Shades of Dark Goldenrod #C06E05
Tints of Dark Goldenrod #C06E05
RGB
CMYK
RGB Variations
Color information
#C06E05 (or 0xC06E05) is known color: Dark Goldenrod. HEX triplet: C0, 6E and 05. RGB value is (192,110,5). Sum of RGB (Red+Green+Blue) = 192+110+5=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06E05 is #3F91FA. Grayscale: #7B7B7B. Windows color (decimal): -4166139 or 356032. OLE color: 356032.
HSL color Cylindrical-coordinate representation of color #C06E05: hue angle of 33.69º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C06E05 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 5 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.25 |
| HSL | 33.69º | 0.95% | 0.39% | - |
| HSV(B) | 33.69º | 0.97% | 0.75% | - |
| XYZ | 27.34 | 22.37 | 3.02 | - |
| YUV | 122.55 | 61.67 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 5 | 0 | 0.43 | 0.97 | 0.25 | 33.69 | 0.95 | 0.39 |
| Hex | C0 | 6E | 5 | 0 | 2B | 61 | 19 | 22 | 5F | 27 |
| Octal | 300 | 156 | 5 | 0 | 53 | 141 | 31 | 42 | 137 | 47 |
| Binary | 11000000 | 1101110 | 101 | 0 | 101011 | 1100001 | 11001 | 100010 | 1011111 | 100111 |
Color Harmonies of #C06E05
Complementary color
Monochromatic Colors of #C06E05
Black with #C06E05
Text Example
Text Example
White with #C06E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E05; }
p { color: rgb(192,110,5); }
H1.HeaderClassName
{
color: #C06E05;
}
.AnyTagClassName
{
color: #C06E05;
}
</style>
background-color css
<style>
a { background-color: #C06E05; }
a { background-color: rgb(192,110,5); }
div.DivClassName
{
background-color: #C06E05;
}
.BgClassName
{
background-color: #C06E05;
}
</style>
border-color css
<style>
span { border-color: #C06E05; }
span { border-color: rgb(192,110,5); }
td.TdClassName
{
border-color: #C06E05;
}
.TagClassName
{
border-color: #C06E05;
}
</style>