Shades of Dark Goldenrod #C07A05
Tints of Dark Goldenrod #C07A05
RGB
CMYK
RGB Variations
Color information
#C07A05 (or 0xC07A05) is known color: Dark Goldenrod. HEX triplet: C0, 7A and 05. RGB value is (192,122,5). Sum of RGB (Red+Green+Blue) = 192+122+5=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A05 is #3F85FA. Grayscale: #828282. Windows color (decimal): -4163067 or 359104. OLE color: 359104.
HSL color Cylindrical-coordinate representation of color #C07A05: hue angle of 37.54º 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 #C07A05 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.25 |
| HSL | 37.54º | 0.95% | 0.39% | - |
| HSV(B) | 37.54º | 0.97% | 0.75% | - |
| XYZ | 28.73 | 25.14 | 3.48 | - |
| YUV | 129.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 5 | 0 | 0.36 | 0.97 | 0.25 | 37.54 | 0.95 | 0.39 |
| Hex | C0 | 7A | 5 | 0 | 24 | 61 | 19 | 26 | 5F | 27 |
| Octal | 300 | 172 | 5 | 0 | 44 | 141 | 31 | 46 | 137 | 47 |
| Binary | 11000000 | 1111010 | 101 | 0 | 100100 | 1100001 | 11001 | 100110 | 1011111 | 100111 |
Color Harmonies of #C07A05
Complementary color
Monochromatic Colors of #C07A05
Black with #C07A05
Text Example
Text Example
White with #C07A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A05; }
p { color: rgb(192,122,5); }
H1.HeaderClassName
{
color: #C07A05;
}
.AnyTagClassName
{
color: #C07A05;
}
</style>
background-color css
<style>
a { background-color: #C07A05; }
a { background-color: rgb(192,122,5); }
div.DivClassName
{
background-color: #C07A05;
}
.BgClassName
{
background-color: #C07A05;
}
</style>
border-color css
<style>
span { border-color: #C07A05; }
span { border-color: rgb(192,122,5); }
td.TdClassName
{
border-color: #C07A05;
}
.TagClassName
{
border-color: #C07A05;
}
</style>