Shades of Dark Goldenrod #C07704
Tints of Dark Goldenrod #C07704
RGB
CMYK
RGB Variations
Color information
#C07704 (or 0xC07704) is known color: Dark Goldenrod. HEX triplet: C0, 77 and 04. RGB value is (192,119,4). Sum of RGB (Red+Green+Blue) = 192+119+4=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C07704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07704 is #3F88FB. Grayscale: #808080. Windows color (decimal): -4163836 or 292800. OLE color: 292800.
HSL color Cylindrical-coordinate representation of color #C07704: hue angle of 36.7º 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 #C07704 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.25 |
| HSL | 36.7º | 0.96% | 0.38% | - |
| HSV(B) | 36.7º | 0.98% | 0.75% | - |
| XYZ | 28.36 | 24.41 | 3.33 | - |
| YUV | 127.72 | 58.18 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 4 | 0 | 0.38 | 0.98 | 0.25 | 36.7 | 0.96 | 0.38 |
| Hex | C0 | 77 | 4 | 0 | 26 | 62 | 19 | 25 | 60 | 26 |
| Octal | 300 | 167 | 4 | 0 | 46 | 142 | 31 | 45 | 140 | 46 |
| Binary | 11000000 | 1110111 | 100 | 0 | 100110 | 1100010 | 11001 | 100101 | 1100000 | 100110 |
Color Harmonies of #C07704
Complementary color
Monochromatic Colors of #C07704
Black with #C07704
Text Example
Text Example
White with #C07704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07704; }
p { color: rgb(192,119,4); }
H1.HeaderClassName
{
color: #C07704;
}
.AnyTagClassName
{
color: #C07704;
}
</style>
background-color css
<style>
a { background-color: #C07704; }
a { background-color: rgb(192,119,4); }
div.DivClassName
{
background-color: #C07704;
}
.BgClassName
{
background-color: #C07704;
}
</style>
border-color css
<style>
span { border-color: #C07704; }
span { border-color: rgb(192,119,4); }
td.TdClassName
{
border-color: #C07704;
}
.TagClassName
{
border-color: #C07704;
}
</style>