Shades of Dark Goldenrod #C07204
Tints of Dark Goldenrod #C07204
RGB
CMYK
RGB Variations
Color information
#C07204 (or 0xC07204) is known color: Dark Goldenrod. HEX triplet: C0, 72 and 04. RGB value is (192,114,4). Sum of RGB (Red+Green+Blue) = 192+114+4=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C07204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07204 is #3F8DFB. Grayscale: #7D7D7D. Windows color (decimal): -4165116 or 291520. OLE color: 291520.
HSL color Cylindrical-coordinate representation of color #C07204: hue angle of 35.11º 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 #C07204 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 4 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.25 |
| HSL | 35.11º | 0.96% | 0.38% | - |
| HSV(B) | 35.11º | 0.98% | 0.75% | - |
| XYZ | 27.78 | 23.25 | 3.14 | - |
| YUV | 124.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 4 | 0 | 0.41 | 0.98 | 0.25 | 35.11 | 0.96 | 0.38 |
| Hex | C0 | 72 | 4 | 0 | 29 | 62 | 19 | 23 | 60 | 26 |
| Octal | 300 | 162 | 4 | 0 | 51 | 142 | 31 | 43 | 140 | 46 |
| Binary | 11000000 | 1110010 | 100 | 0 | 101001 | 1100010 | 11001 | 100011 | 1100000 | 100110 |
Color Harmonies of #C07204
Complementary color
Monochromatic Colors of #C07204
Black with #C07204
Text Example
Text Example
White with #C07204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07204; }
p { color: rgb(192,114,4); }
H1.HeaderClassName
{
color: #C07204;
}
.AnyTagClassName
{
color: #C07204;
}
</style>
background-color css
<style>
a { background-color: #C07204; }
a { background-color: rgb(192,114,4); }
div.DivClassName
{
background-color: #C07204;
}
.BgClassName
{
background-color: #C07204;
}
</style>
border-color css
<style>
span { border-color: #C07204; }
span { border-color: rgb(192,114,4); }
td.TdClassName
{
border-color: #C07204;
}
.TagClassName
{
border-color: #C07204;
}
</style>