Shades of Dark Goldenrod #C07C05
Tints of Dark Goldenrod #C07C05
RGB
CMYK
RGB Variations
Color information
#C07C05 (or 0xC07C05) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 05. RGB value is (192,124,5). Sum of RGB (Red+Green+Blue) = 192+124+5=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C05 is #3F83FA. Grayscale: #838383. Windows color (decimal): -4162555 or 359616. OLE color: 359616.
HSL color Cylindrical-coordinate representation of color #C07C05: hue angle of 38.18º 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 #C07C05 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.25 |
| HSL | 38.18º | 0.95% | 0.39% | - |
| HSV(B) | 38.18º | 0.97% | 0.75% | - |
| XYZ | 28.97 | 25.63 | 3.56 | - |
| YUV | 130.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 5 | 0 | 0.35 | 0.97 | 0.25 | 38.18 | 0.95 | 0.39 |
| Hex | C0 | 7C | 5 | 0 | 23 | 61 | 19 | 26 | 5F | 27 |
| Octal | 300 | 174 | 5 | 0 | 43 | 141 | 31 | 46 | 137 | 47 |
| Binary | 11000000 | 1111100 | 101 | 0 | 100011 | 1100001 | 11001 | 100110 | 1011111 | 100111 |
Color Harmonies of #C07C05
Complementary color
Monochromatic Colors of #C07C05
Black with #C07C05
Text Example
Text Example
White with #C07C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C05; }
p { color: rgb(192,124,5); }
H1.HeaderClassName
{
color: #C07C05;
}
.AnyTagClassName
{
color: #C07C05;
}
</style>
background-color css
<style>
a { background-color: #C07C05; }
a { background-color: rgb(192,124,5); }
div.DivClassName
{
background-color: #C07C05;
}
.BgClassName
{
background-color: #C07C05;
}
</style>
border-color css
<style>
span { border-color: #C07C05; }
span { border-color: rgb(192,124,5); }
td.TdClassName
{
border-color: #C07C05;
}
.TagClassName
{
border-color: #C07C05;
}
</style>