Shades of Dark Goldenrod #C07A04
Tints of Dark Goldenrod #C07A04
RGB
CMYK
RGB Variations
Color information
#C07A04 (or 0xC07A04) is known color: Dark Goldenrod. HEX triplet: C0, 7A and 04. RGB value is (192,122,4). Sum of RGB (Red+Green+Blue) = 192+122+4=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A04 is #3F85FB. Grayscale: #828282. Windows color (decimal): -4163068 or 293568. OLE color: 293568.
HSL color Cylindrical-coordinate representation of color #C07A04: hue angle of 37.66º 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 #C07A04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.25 |
| HSL | 37.66º | 0.96% | 0.38% | - |
| HSV(B) | 37.66º | 0.98% | 0.75% | - |
| XYZ | 28.72 | 25.13 | 3.45 | - |
| YUV | 129.48 | 57.19 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 4 | 0 | 0.36 | 0.98 | 0.25 | 37.66 | 0.96 | 0.38 |
| Hex | C0 | 7A | 4 | 0 | 24 | 62 | 19 | 26 | 60 | 26 |
| Octal | 300 | 172 | 4 | 0 | 44 | 142 | 31 | 46 | 140 | 46 |
| Binary | 11000000 | 1111010 | 100 | 0 | 100100 | 1100010 | 11001 | 100110 | 1100000 | 100110 |
Color Harmonies of #C07A04
Complementary color
Monochromatic Colors of #C07A04
Black with #C07A04
Text Example
Text Example
White with #C07A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A04; }
p { color: rgb(192,122,4); }
H1.HeaderClassName
{
color: #C07A04;
}
.AnyTagClassName
{
color: #C07A04;
}
</style>
background-color css
<style>
a { background-color: #C07A04; }
a { background-color: rgb(192,122,4); }
div.DivClassName
{
background-color: #C07A04;
}
.BgClassName
{
background-color: #C07A04;
}
</style>
border-color css
<style>
span { border-color: #C07A04; }
span { border-color: rgb(192,122,4); }
td.TdClassName
{
border-color: #C07A04;
}
.TagClassName
{
border-color: #C07A04;
}
</style>